Math.Min

Returns the smallest of the two specified integers.

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

Meta