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