Click or drag to resize

HalfTypeDivision Operator

Divides two specified System.Half values.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static HalfType operator /(
	HalfType half1,
	HalfType half2
)

Parameters

half1  HalfType
A System.Half (the dividend).
half2  HalfType
A System.Half (the divisor).

Return Value

HalfType
The System.Half result of half1 by half2.
See Also