Qyoto.Qt.QFuzzyIsNull C# (CSharp) Method

QFuzzyIsNull() public static method

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

Same methods

Qt::QFuzzyIsNull ( double d ) : bool