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