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