HalfType Conversion (HalfType to Single) |
Converts a System.Half to a single-precision floating-point number.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static implicit operator float (
HalfType value
)
Parameters
- value HalfType
- A System.Half to convert.
Return Value
SingleA single-precision floating-point number that represents the converted System.Half.
See Also