Qyoto.Qt.QIntCast C# (CSharp) Method

QIntCast() public static method

public static QIntCast ( double f ) : int
f double
return int
        public static int QIntCast(double f)
        {
            return (int) staticInterceptor.Invoke("qIntCast$", "qIntCast(double)", typeof(int), typeof(double), f);
        }

Same methods

Qt::QIntCast ( float f ) : int