HalfType Conversion (HalfType to Int64) |
Converts a System.Half to a 64-bit signed integer.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static explicit operator long (
HalfType value
)
Parameters
- value HalfType
- A System.Half to convert.
Return Value
Int64A 64-bit signed integer that represents the converted System.Half.
See Also