Source position: gmGimpCommonFuncs.pas line 27
function CLAMP( |
const n: Integer; |
const AMin: Integer; |
const AMax: Integer |
):Integer; overload; |
const n: Double; |
const AMin: Double; |
const AMax: Double |
):Double; overload; |
const n: Double; |
const AMin: Integer; |
const AMax: Integer |
):Integer; overload; |
CT Web help |
CodeTyphon Studio |