You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > Mul Method > Vector.Mul Method (double)
MtxVec VCL
ContentsIndex
Example
var v: TVec; begin v:= TVec.Create; try v.SetIt(false,[2,3,5]); // v = [2,3,5] v.Mul(3); // v = [6,9,15] finally v.Free; end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.