HalfTypeToHalf Method (UInt16) |
Returns a half-precision floating point number converted from its binary representation.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static HalfType ToHalf(
ushort bits
)
Parameters
- bits
- Type: SystemUInt16
Binary representation of System.Half value
Return Value
Type:
HalfTypeA half-precision floating point number formed by its binary representation.
See Also