Converts the value of a specified instance of System.Half to its equivalent binary representation.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static ushort GetBits(
HalfType value
)
Parameters
- value HalfType
- A System.Half value.
Return Value
UInt16A 16-bit unsigned integer that contain the binary representation of value.
See Also