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