CVectorDivision(CVector, Double) Operator

Divides a complex vector by a scalar.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static CVector operator /(
	CVector v,
	double d
)

Parameters

v  CVector
Vector to be divided.
d  Double
A scalar divisor.

Return Value

CVector
The division of the vector by the scalar.

See Also