Click or drag to resize

HalfType   Conversion (UInt64 to HalfType)

Converts a 64-bit unsigned integer to a System.Half.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static implicit operator HalfType (
	ulong value
)

Parameters

value  UInt64
A 64-bit unsigned integer.

Return Value

HalfType
A System.Half that represents the converted 64-bit unsigned integer.
See Also