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

QIsInf() public static méthode

public static QIsInf ( double d ) : bool
d double
Résultat bool
        public static bool QIsInf(double d)
        {
            return (bool) staticInterceptor.Invoke("qIsInf$", "qIsInf(double)", typeof(bool), typeof(double), d);
        }

Same methods

Qt::QIsInf ( float f ) : bool