Click or drag to resize

HalfTypeGetBits Method

Converts the value of a specified instance of System.Half to its equivalent binary representation.

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

Parameters

value  HalfType
A System.Half value.

Return Value

UInt16
A 16-bit unsigned integer that contain the binary representation of value.
See Also