Returns the result of multiplying the specified System.Half value by negative one.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static HalfType Negate(
HalfType half
)
Parameters
- half HalfType
- A System.Half.
Return Value
HalfTypeA System.Half with the value of half, but the opposite sign. -or- Zero, if half is zero.
See Also