Click or drag to resize

binarySearchBooleanBinSearchStyle Enumeration

A style for boolean binary search.

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public enum BooleanBinSearchStyle
Members
  Member nameValueDescription
GetLastTrue0 A boolean binary search with this style will attempt to return the index of the last input to return .
GetFirstTrue1 A boolean binary search with this style will attempt to return the index of the first input to return .
See Also