HalfType Conversion (Int32 to HalfType) |
Converts a 32-bit signed integer to a System.Half.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static implicit operator HalfType (
int value
)
Parameters
- value Int32
- A 32-bit signed integer.
Return Value
HalfTypeA System.Half that represents the converted 32-bit signed integer.
See Also