CVectorSubtraction(CVector, CVector) Operator

Subtracts two complex vectors.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
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