HalfType Conversion (Double to HalfType) |
Converts a double-precision floating-point number to a System.Half.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static explicit operator HalfType (
double value
)
Parameters
- value Double
- A double-precision floating-point number.
Return Value
HalfTypeA System.Half that represents the converted double-precision floating point number.
See Also