Unit 'JPL.Conversion' Package
[Overview][Types][Procedures and functions][Index] [#pl_jplib]

GetIntInRange

Declaration

Source position: JPL.Conversion.pas line 101

function GetIntInRange(

  const Value: Integer;

  const Min: Integer;

  const Max: Integer

):Integer; overload;

function GetIntInRange(

  const Value: Int64;

  const Min: Int64;

  const Max: Int64

):Int64; overload;

function GetIntInRange(

  const Value: SmallInt;

  const Min: SmallInt;

  const Max: SmallInt

):SmallInt; overload;

function GetIntInRange(

  const Value: ShortInt;

  const Min: ShortInt;

  const Max: ShortInt

):ShortInt; overload;



CT Web help

CodeTyphon Studio