ComplexUnaryNegation Operator |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Complex operator -(
Complex value
)
Public Shared Operator - (
value As Complex
) As Complex
public:
static Complex operator -(
Complex value
)
static let inline (-)
value : Complex : Complex
Parameters
- value
- Type: AGI.Foundation.CoordinatesComplex
The value to negate.
Return Value
Type:
ComplexThe complex number that is the result of the negation.
See Also