HalfType Conversion (Decimal to HalfType) |
Converts a decimal number to a System.Half.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static explicit operator HalfType (
decimal value
)
Parameters
- value
- Type: SystemDecimal
decimal number
Return Value
Type:
HalfTypeA System.Half that represents the converted decimal number.
See Also