You are here:
Symbol Reference >
clMtxExpr Namespace
>
Classes
>
clVector Record
>
public
>
Cbrt Method
>
clVector.Cbrt Method ()
MtxVec VCL
Example
clVector.Cbrt Method ()
var
A,B:
clVector
;
begin
A.CopyFromArray(TSingleArray.Create(1,8)); B.Cbrt(A);
// B = [1,2]
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.