Qyoto.Qt.QFastSin C# (CSharp) Méthode

QFastSin() public static méthode

public static QFastSin ( double x ) : double
x double
Résultat double
        public static double QFastSin(double x)
        {
            return (double) staticInterceptor.Invoke("qFastSin$", "qFastSin(qreal)", typeof(double), typeof(double), x);
        }