Qyoto.Qt.QFastCos C# (CSharp) Method

QFastCos() public static method

public static QFastCos ( double x ) : double
x double
return double
        public static double QFastCos(double x)
        {
            return (double) staticInterceptor.Invoke("qFastCos$", "qFastCos(qreal)", typeof(double), typeof(double), x);
        }