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

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

public static round ( decimal x ) : int
x decimal
Результат int
        public static int round(decimal x)
        {
            throw new global::System.NotImplementedException("Math.Round");
        }

Same methods

Math::round ( double x ) : int