Math.Max

Returns the biggest of the two specified doubles.

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

Meta