Absolute
Go Up to Index
Absolute may refer to:
- The absolute Delphi directive.
- The absolute value of a number. See the following functions to obtain the absolute value of a given number:
- Delphi:
- Abs (integer-type or real-type numbers)
- VarComplexAbs (complex numbers)
- C++:
- abs (integer numbers)
- labs (long numbers)
- fabs, fabsl (floating-point numbers)
- cabs, cabsl (complex numbers)
- Delphi:
- An absolute path. See the following functions:
- TPath.GetFullPath, to obtain an absolute path from a relative path. See also _fullpath, _wfullpath (C++).
- TPath.IsPathRooted, to check if a given path is relative or absolute.
- Absolute address (assembly expressions).