Click or drag to resize

ArrayDataWriterWriteVariable(UInt64) Method

Write ulong encoded variable sized unsigned integer.

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

Parameters

source  UInt64
 

Return Value

Int32
number of bytes written
See Also