Method | Description | |
---|---|---|
ConstrainBetween ( this value, double min, double max ) : double | ||
ConstrainBetween ( this value, float min, float max ) : float | ||
ConstrainBetween ( this value, int min, int max ) : int | ||
FromRadiansToDegrees ( this x ) : double | ||
IsEven ( this value ) : bool | ||
IsOdd ( this value ) : bool | ||
IsWithinRange ( this x, double min, double max ) : bool | ||
Sq ( this x ) : double | ||
Sq ( this x ) : int |
public static ConstrainBetween ( this value, double min, double max ) : double | ||
value | this | |
min | double | |
max | double | |
return | double |
public static ConstrainBetween ( this value, float min, float max ) : float | ||
value | this | |
min | float | |
max | float | |
return | float |
public static ConstrainBetween ( this value, int min, int max ) : int | ||
value | this | |
min | int | |
max | int | |
return | int |
public static FromRadiansToDegrees ( this x ) : double | ||
x | this | |
return | double |
public static IsWithinRange ( this x, double min, double max ) : bool | ||
x | this | |
min | double | |
max | double | |
return | bool |