The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



SMult


Unit:SDL_vector
Class: TVector, TIntVector
Declaration: procedure SMult (scalar: double);{ class TVector }
procedure SMult (scalar: integer);{ class TIntVector }

The method SMult performs a scalar multiplication of the vector self. The result is written back into the vector self (self := self * scalar).



Last Update: 2023-Feb-06