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