Click or drag to resize

CVectorDivision(CVector, Complex) Operator

Divides a complex vector by a complex value.

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

Parameters

v  CVector
Vector to be divided.
c  Complex
A complex scalar divisor.

Return Value

CVector
The division of the vector by the scalar.
See Also