Math.Max

Returns the biggest of the two specified integers.

  1. double Max(double a, double b)
  2. int Max(int a, int b)
    class Math
    static
    int
    Max
    (
    int a
    ,
    int b
    )

Meta