コード例 #1
0
 public static float Max(this float val, float max) => Maths.Max(val, max);
コード例 #2
0
 public static int Max(this int val, int max) => Maths.Max(val, max);