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

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

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

Same methods

Math::sqrt ( double x ) : double