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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static ushort GetBits(
	HalfType value
)

Parameters

value
Type: NeoAxisHalfType
A System.Half value.

Return Value

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