You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Vector Record
>
public
>
Exp Method
>
Vector.Exp Method ()
MtxVec VCL
Vector.Exp Method ()
Vector Record
|
Vector Members
|
MtxExpr Namespace
|
Exp Method
|
Example
|
See Also
Collapse All
Exponent (e^).
Pascal
function
Exp
:
TMtxVec
;
overload
;
Description
Calculate the exponent (e^) for all calling object elements in-place.
See Also
Ln
Example
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
;
Examples on GitHub
Group
Exp Method
Links
Vector Record
,
Vector Members
,
MtxExpr Namespace
,
Exp Method
,
Example
,
See Also
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic?
Send feedback!