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

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

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

Same methods

Math::cos ( double x ) : double