Benchmarkr.BenchmarkBase.IsHiredValue C# (CSharp) Method

IsHiredValue() protected static method

protected static IsHiredValue ( uint index ) : bool
index uint
return bool
        protected static bool IsHiredValue(uint index)
        {
            return index % 2 == 0;
        }