HalfType Conversion (HalfType to Int32) |
Converts a System.Half to a 32-bit signed integer.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static explicit operator int (
HalfType value
)
Parameters
- value
- Type: NeoAxisHalfType
A System.Half to convert.
Return Value
Type:
Int32A 32-bit signed integer that represents the converted System.Half.
See Also