Click or drag to resize

ArrayDataWriterWriteVariableUInt64 Method

Write ulong encoded variable sized unsigned integer.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int WriteVariableUInt64(
	ulong source
)

Parameters

source
Type: SystemUInt64

Return Value

Type: Int32
number of bytes written
See Also