Click or drag to resize

FloatComplexVectorNegate Method

Negates a vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplexVector Negate(
	FloatComplexVector v
)

Parameters

v  FloatComplexVector
A vector.

Return Value

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