Click or drag to resize

HalfTypeToHalf Method (UInt16)

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

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

Parameters

bits
Type: SystemUInt16
Binary representation of System.Half value

Return Value

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