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

Qrand() public static méthode

public static Qrand ( ) : int
Résultat int
        public static int Qrand()
        {
            return (int) staticInterceptor.Invoke("qrand", "qrand()", typeof(int));
        }