메소드 | 설명 | |
---|---|---|
EqualRange ( IList values, target ) : int>.Tuple |
Same as C++'s equal_range()
|
|
LowerBound ( IList values, target, int first, int last ) : int |
Same as C++'s lower_bound()
|
|
UpperBound ( IList values, target, int first, int last ) : int |
Same as C++'s upper_bound()
|
public static EqualRange ( IList values, target ) : int>.Tuple |
||
values | IList | |
리턴 | int>.Tuple |
public static LowerBound ( IList values, target, int first, int last ) : int | ||
values | IList | |
first | int | |
last | int | |
리턴 | int |
public static UpperBound ( IList values, target, int first, int last ) : int | ||
values | IList | |
first | int | |
last | int | |
리턴 | int |