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