HalfType Conversion (Int64 to HalfType) |
Converts a 64-bit signed integer 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 implicit operator HalfType (
long value
)
Parameters
- value
- Type: SystemInt64
A 64-bit signed integer.
Return Value
Type:
HalfTypeA System.Half that represents the converted 64-bit signed integer.
See Also