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

QCeil() 공개 정적인 메소드

public static QCeil ( double v ) : int
v double
리턴 int
        public static int QCeil(double v)
        {
            return (int) staticInterceptor.Invoke("qCeil$", "qCeil(qreal)", typeof(int), typeof(double), v);
        }