DenseVectorUnaryNegation Operator | 
            Returns a Vector containing the negated values of rightSide.
            
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static Vector<Complex> operator -(
	DenseVector rightSide
)
Parameters
- rightSide  DenseVector
 - The vector to get the values from.
 
Return Value
VectorComplexA vector containing the negated values as 
rightSide.
Exceptions
See Also