CVectorAddition(CVector, Double) Operator |
Adds a double scalar to a complex vector.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
Syntaxpublic static CVector operator +(
CVector v,
double d
)
Parameters
- v CVector
- A vector summand.
- d Double
- A double scalar summand.
Return Value
CVectorThe scalar is added to each vector's item.
Implements
IAdditionOperatorsTSelf, TOther, TResultAddition(TSelf, TOther)
See Also