Returns the specified half-precision floating point value as an array of bytes.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static byte[] GetBytes(
HalfType value
)
Parameters
- value
- Type: NeoAxisHalfType
The number to convert.
Return Value
Type:
ByteAn array of bytes with length 2.
See Also