CVectorSubtraction(Double, CVector) Operator

Subtracts a vector from a scalar.

Definition

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

Parameters

d  Double
The scalar minuend.
v  CVector
The vector subtrahend.

Return Value

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

See Also