Click or drag to resize

HalfType   Conversion (HalfType to Double)

Converts a System.Half to a double-precision floating-point number.

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

Parameters

value  HalfType
A System.Half to convert.

Return Value

Double
A double-precision floating-point number that represents the converted System.Half.
See Also