Click or drag to resize

CVectorAddition(CVector, Complex) Operator

Adds a complex scalar to a complex vector.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntax
C#
public static CVector operator +(
	CVector v,
	Complex c
)

Parameters

v  CVector
A vector summand.
c  Complex
A complex scalar summand.

Return Value

CVector
The scalar is added to each vector's item.

Implements

IAdditionOperatorsTSelf, TOther, TResultAddition(TSelf, TOther)
See Also