Click or drag to resize

HalfTypeUnaryPlus Operator

Returns the value of the System.Half operand (the sign of the operand is unchanged).

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 half
)

Parameters

half
Type: NeoAxisHalfType
The System.Half operand.

Return Value

Type: HalfType
The value of the operand, half.
See Also