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.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
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