Click or drag to resize

CVectorSubtraction(Complex, CVector) Operator

Subtracts a vector from a scalar.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public static CVector operator -(
	Complex c,
	CVector v
)

Parameters

c  Complex
The scalar minuend.
v  CVector
The vector subtrahend.

Return Value

CVector
The scalar is subtracted from each vector's item.
See Also