Click or drag to resize

ArithmeticVarIntSize Method

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

Gets the output size in bytes after VarInting a unsigned integer

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static int VarIntSize(
	ulong value
)
Request Example View Source

Parameters

value
Type: SystemUInt64
The unsigned integer whose length to get

Return Value

Type: Int32
The amount of bytes
See Also