Qyoto.Qt.QIntCast C# (CSharp) Méthode

QIntCast() public static méthode

public static QIntCast ( double f ) : int
f double
Résultat 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