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

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

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

Same methods

Math::abs ( double x ) : double
Math::abs ( int x ) : int
Math::abs ( long x ) : long