Benchmarkr.BenchmarkBase.IsHiredValue C# (CSharp) Метод

IsHiredValue() защищенный статический Метод

protected static IsHiredValue ( uint index ) : bool
index uint
Результат bool
        protected static bool IsHiredValue(uint index)
        {
            return index % 2 == 0;
        }