Click or drag to resize
VectorScale Method
Returns the scalar-vector product of this vector and the specified scalar

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Vector Scale(
	double alpha
)

Parameters

alpha
Type: SystemDouble
the scalar

Return Value

Type: Vector
the vector whose value is (alpha * this)
See Also