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

InRange

Check whether value is in range.

Declaration

Source position: math.pp line 196

function InRange(

  const AValue: Integer;

  const AMin: Integer;

  const AMax: Integer

):Boolean; overload;

function InRange(

  const AValue: Int64;

  const AMin: Int64;

  const AMax: Int64

):Boolean; overload;

function InRange(

  const AValue: Double;

  const AMin: Double;

  const AMax: Double

):Boolean; overload;

Description

InRange returns True if AValue is in the range AMin..AMax. It returns False if Value lies outside the specified range.

See also

EnsureRange

  

Change value so it fits in a specified range.


Documentation generated on: May 14 2021