![]() | binarySearchBooleanBinSearchStyle Enumeration |
Namespace: WhetStone.Looping
public enum BooleanBinSearchStyle
Member name | Value | Description | |
---|---|---|---|
GetLastTrue | 0 | A boolean binary search with this style will attempt to return the index of the last input to return . | |
GetFirstTrue | 1 | A boolean binary search with this style will attempt to return the index of the first input to return . |