You are here:
Symbol Reference >
clMtxExpr Namespace
>
Classes
>
clVector Record
>
public
>
Mul Method
>
clVector.Mul Method (double)
MtxVec VCL
Example
clVector.Mul Method (double)
var
v:
clVector
;
begin
v.CopyFromArray(TSingleArray.Create(2,3,5));
// v = [2,3,5]
v.Mul(3);
// v = [6,9,15]
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.