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