Click or drag to resize

HalfTypeToHalf(UInt16) Method

Returns a half-precision floating point number converted from its binary representation.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static HalfType ToHalf(
	ushort bits
)

Parameters

bits  UInt16
Binary representation of System.Half value

Return Value

HalfType
A half-precision floating point number formed by its binary representation.
See Also