HalfType Conversion (HalfType to UInt16) |
Converts a System.Half to a 16-bit unsigned integer.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static explicit operator ushort (
HalfType value
)
Parameters
- value HalfType
- A System.Half to convert.
Return Value
UInt16A 16-bit unsigned integer that represents the converted System.Half.
See Also