Qyoto.Qt.QIsNull C# (CSharp) Method

QIsNull() public static method

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

Same methods

Qt::QIsNull ( double d ) : bool