Click or drag to resize

HalfType   Conversion (Single to HalfType)

Converts a single-precision floating-point number 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 explicit operator HalfType (
	float value
)

Parameters

value  Single
A single-precision floating-point number.

Return Value

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