Click or drag to resize

HalfTypeUnaryNegation Operator

Negates the value of the specified System.Half operand.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static HalfType operator -(
	HalfType half
)

Parameters

half
Type: NeoAxisHalfType
The System.Half operand.

Return Value

Type: HalfType
The result of half multiplied by negative one (-1).
See Also