HalfType Conversion (Byte to HalfType) |
Converts an 8-bit unsigned 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 (
byte value
)
Parameters
- value
- Type: SystemByte
An 8-bit unsigned integer.
Return Value
Type:
HalfTypeA System.Half that represents the converted 8-bit unsigned integer.
See Also