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