Apex.System.Math.min C# (CSharp) Метод

min() публичный статический Метод

public static min ( decimal x, decimal y ) : decimal
x decimal
y decimal
Результат decimal
        public static decimal min(decimal x, decimal y)
        {
            throw new global::System.NotImplementedException("Math.Min");
        }

Same methods

Math::min ( double x, double y ) : double
Math::min ( int x, int y ) : int
Math::min ( long x, long y ) : long