Avro.Test.RandomDataHelper.GetRandomInt64 C# (CSharp) Méthode

GetRandomInt64() public static méthode

public static GetRandomInt64 ( ) : long
Résultat long
        public static long GetRandomInt64()
        {
            return (long)GetRandomInt32();
        }