IntegerHelper.Clamp(Integer,Integer,Integer) Method

Represents method Clamp(Integer,Integer,Integer).

Namespace: standard
public
 function Clamp(v: Integer; min: Integer; max: Integer): Integer; static;

Parameters

v
Type: Integer

min
Type: Integer

max
Type: Integer

Return Value

Type: Integer