Qyoto.Qt.QIsNaN C# (CSharp) Method

QIsNaN() public static method

public static QIsNaN ( double d ) : bool
d double
return bool
        public static bool QIsNaN(double d)
        {
            return (bool) staticInterceptor.Invoke("qIsNaN$", "qIsNaN(double)", typeof(bool), typeof(double), d);
        }

Same methods

Qt::QIsNaN ( float f ) : bool