Click or drag to resize

FloatVectorUnaryNegation Operator

Negates the elements in this vector.

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

Parameters

v  FloatVector
This vector.

Return Value

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