HalfTypeToHalf(Byte, Int32) Method |
Returns a half-precision floating point number converted from two bytes
at a specified position in a byte array.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static HalfType ToHalf(
byte[] value,
int startIndex
)
Parameters
- value Byte
- An array of bytes.
- startIndex Int32
- The starting position within value.
Return Value
HalfTypeA half-precision floating point number formed by two bytes beginning at startIndex.
Exceptions
See Also