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

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

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

Same methods

Math::roundToLong ( double x ) : long