Click or drag to resize

CVectorSubtraction(Double, CVector) Operator

Subtracts a vector from a scalar.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
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