PHP 클래스 pocketmine\utils\Range

파일 보기 프로젝트 열기: iTXTech/Genisys

공개 프로퍼티들

프로퍼티 타입 설명
$maxValue
$minValue

공개 메소드들

메소드 설명
__construct ( integer $min, integer $max )
isInRange ( integer $v ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( integer $min, integer $max )
$min integer
$max integer

isInRange() 공개 메소드

public isInRange ( integer $v ) : boolean
$v integer
리턴 boolean

프로퍼티 상세

$maxValue 공개적으로 프로퍼티

public $maxValue

$minValue 공개적으로 프로퍼티

public $minValue