Click or drag to resize

HalfTypeSubtract Method

Subtracts one specified System.Half value from another.

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

Parameters

half1  HalfType
A System.Half (the minuend).
half2  HalfType
A System.Half (the subtrahend).

Return Value

HalfType
The System.Half result of subtracting half2 from half1.
See Also