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