Click or drag to resize

HalfTypeGetBytes Method

Returns the specified half-precision floating point value as an array of bytes.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static byte[] GetBytes(
	HalfType value
)

Parameters

value  HalfType
The number to convert.

Return Value

Byte
An array of bytes with length 2.
See Also