Returns the scalar-vector product of this vector and the specified scalar
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vector Scale(
double alpha
)
Parameters
- alpha
- Type: SystemDouble
the scalar
Return Value
Type:
Vectorthe vector whose value is
(alpha * this)
See Also