Qyoto.Qt.QIsInf C# (CSharp) Method

QIsInf() public static method

public static QIsInf ( float f ) : bool
f float
return bool
        public static bool QIsInf(float f)
        {
            return (bool) staticInterceptor.Invoke("qIsInf$", "qIsInf(float)", typeof(bool), typeof(float), f);
        }

Same methods

Qt::QIsInf ( double d ) : bool