Click or drag to resize

DVectorMultiply(Double, DVector) Operator

Multiplies a vector by a scalar value.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public static DVector operator *(
	double d,
	DVector v
)

Parameters

d  Double
A scalar multiplicand.
v  DVector
Vector to be multiplied.

Return Value

DVector
The multiplication of the vector by the scalar.
See Also