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;
        }