Click or drag to resize

HalfType  Conversion (Double to HalfType)

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

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

Parameters

value
Type: SystemDouble
A double-precision floating-point number.

Return Value

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