public static Vector2F operator /(Vector2F lhs, Vector2F rhs) => NumericsVector2.Divide(lhs, rhs);