RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.Abs Function

Returns an absolute value.

Pascal
procedure Abs(X);
C++
Abs( X);

System

Abs returns the absolute value of the argument, X. 

X is an integer-type or real-type expression. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!