You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clMatrix Structure
>
clMatrix Methods
>
Mul Method
>
clMatrix.Mul Method (double)
Dew Math for .NET
Example
clMatrix.Mul Method (double)
var v:
clMatrix
; begin v.CopyFromArray(3,1,TSingleArray.Create(2,3,5));
// v = [2,3,5]
v.Mul(3);
// v = [6,9,15]
end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home