Method | Description | |
---|---|---|
Clamp ( this i, int min, int max ) : int | ||
IsInRange ( this i, int min, int max ) : bool | ||
ToBinString ( this i, string postfix ) : string | ||
ToHexString ( this i, string prefix ) : string | ||
ToMod ( this i, int mod ) : int |
public static Clamp ( this i, int min, int max ) : int | ||
i | this | |
min | int | |
max | int | |
return | int |
public static IsInRange ( this i, int min, int max ) : bool | ||
i | this | |
min | int | |
max | int | |
return | bool |
public static ToBinString ( this i, string postfix ) : string | ||
i | this | |
postfix | string | |
return | string |
public static ToHexString ( this i, string prefix ) : string | ||
i | this | |
prefix | string | |
return | string |
public static ToMod ( this i, int mod ) : int | ||
i | this | |
mod | int | |
return | int |