Click or drag to resize

ArrayDataWriterWriteVariable(Int32) Method

Write Base128 encoded variable sized signed integer

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

Parameters

source  Int32
 

Return Value

Int32
number of bytes written
See Also