Click or drag to resize

HalfType  Conversion (HalfType to UInt64)

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

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

Parameters

value
Type: NeoAxisHalfType
A System.Half to convert.

Return Value

Type: UInt64
A 64-bit unsigned integer that represents the converted System.Half.
See Also