Unit 'kfunctions' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kcontrols]

MinMax

Declaration

Source position: kfunctions.pas line 605

function MinMax(

  Value: ShortInt;

  Min: ShortInt;

  Max: ShortInt

):ShortInt; overload;

function MinMax(

  Value: SmallInt;

  Min: SmallInt;

  Max: SmallInt

):SmallInt; overload;

function MinMax(

  Value: Integer;

  Min: Integer;

  Max: Integer

):Integer; overload;

function MinMax(

  Value: Int64;

  Min: Int64;

  Max: Int64

):Int64; overload;

function MinMax(

  Value: Single;

  Min: Single;

  Max: Single

):Single; overload;

function MinMax(

  Value: Double;

  Min: Double;

  Max: Double

):Double; overload;



CT Web help

CodeTyphon Studio