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