Returns whether a number is between two other numbers.
Respects from being larger than to.
public static bool IsInRange( int number, int from, int to )