help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'math' (#rtl)

EnsureRange

Change value to it falls in specified range.

Declaration

Source position: line 0

function EnsureRange(

  const AValue: Integer;

  const AMin: Integer;

  const AMax: Integer

):Integer;

function EnsureRange(

  const AValue: Int64;

  const AMin: Int64;

  const AMax: Int64

):Int64;

Description

EnsureRange returns Value if AValue is in the range AMin..AMax. It returns AMin if the value is less than AMin, or AMax if the value is larger than AMax.

See also

InRange

  

Check whether value is in range.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505