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