You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
Product Method
>
Matrix.Product Method ()
MtxVec VCL
Example
Matrix.Product Method ()
var
a:
Matrix
; c: double;
begin
a.SetIt(1,4,False,[1,2,3,4]); c := a.Product;
// c= 24
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.