public static float Min(this float val, float min) => Maths.Min(val, min);
public static int Min(this int val, int min) => Maths.Min(val, min);