Click or drag to resize

NetBitWriterWriteUInt64 Method

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static int WriteUInt64(
	ulong source,
	int numberOfBits,
	Span destination,
	void destinationBitOffset
)

Parameters

source
Type: SystemUInt64
numberOfBits
Type: SystemInt32
destination
Type: Span
destinationBitOffset
Type: SystemVoid

Return Value

Type: Int32
See Also