HalfType Conversion (HalfType to Decimal) |
Converts a System.Half to a decimal number.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static explicit operator decimal (
HalfType value
)
Parameters
- value HalfType
- A System.Half to convert.
Return Value
DecimalA decimal number that represents the converted System.Half.
See Also