Click or drag to resize

BitWriterWriteBits Method (UInt64, Int32)

[This is preliminary documentation and is subject to change.]

Write s certain amount of bits to the stream.

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteBits(
	ulong value,
	int bitCount
)
Request Example View Source

Parameters

value
Type: SystemUInt64
Value to get bits from.
bitCount
Type: SystemInt32
Amount of bits to write
See Also