Benchmarkr.BenchmarkBase.AgeValue C# (CSharp) Method

AgeValue() protected static method

protected static AgeValue ( uint index ) : int
index uint
return int
        protected static int AgeValue(uint index)
        {
            return (int)(index % 15) + 30;
        }
    }