Home
Script Language
Vectors
Class TVector
Methods
SMult
See also:
DotProduct
Index
Statistical Background
SMult
Declaration:
TVector
.
SMult
(scalar: double);
The method
SMult
performs a scalar multiplication of the vector
self
. The result is written back into the vector
self
(self := self * scalar).