You are here:
Symbol Reference >
MtxExprInt Namespace
>
Classes
>
MatrixInt Record
>
public
>
Abs Method
>
MatrixInt.Abs Method ()
MtxVec VCL
Example
MatrixInt.Abs Method ()
Uses
MtxVecInt
;
procedure
Example;
var
a:
TMtxInt
; c: double;
begin
CreateIt
(a); a.SetIt([1,-2,3,4]); a.Abs;
// a = [1,2,3,4]
FreeIt
(a);
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.