|
ComplexNumberUnaryNegation Operator
|
Returns the negated value.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
SyntaxJavaScript does not support overloaded operators.
View SourceParameters
- z ComplexNumber
- Left hand operand.
Return Value
ComplexNumberComplexNumber representing the result of the unary negation operation.
See Also