Qyoto.Qt.QIntCast C# (CSharp) 메소드

QIntCast() 공개 정적인 메소드

public static QIntCast ( double f ) : int
f double
리턴 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