Click or drag to resize

CVectorSubtraction(CVector, CVector) Operator

Subtracts two complex vectors.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public static CVector operator -(
	CVector v1,
	CVector v2
)

Parameters

v1  CVector
First vector operand.
v2  CVector
Second vector operand.

Return Value

CVector
The component by component sum.

Implements

ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)
See Also