Click or drag to resize

HalfTypeAddition Operator

Adds two specified System.Half values.

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

Parameters

half1
Type: NeoAxisHalfType
A System.Half.
half2
Type: NeoAxisHalfType
A System.Half.

Return Value

Type: HalfType
The System.Half result of adding half1 and half2.
See Also