CVectorSubtraction(CVector, CVector) Operator |
Subtracts two complex vectors.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntaxpublic static CVector operator -(
CVector v1,
CVector v2
)
Parameters
- v1 CVector
- First vector operand.
- v2 CVector
- Second vector operand.
Return Value
CVectorThe component by component sum.
Implements
ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)
See Also