Click or drag to resize

DoubleVectorUnaryNegation Operator

Negates the elements in this vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleVector operator -(
	DoubleVector v
)

Parameters

v  DoubleVector
This vector.

Return Value

DoubleVector
A new vector containing negated values.
Remarks
u[i] = -v[i]
See Also