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

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

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

Same methods

Math::cbrt ( double x ) : double