Table of Contents

Enum SortedListUtil.SearchMethod

Namespace
Hi.Common.Collections
Assembly
HiGeom.dll

Specifies the search method to use when looking for values in a sorted list.

public enum SortedListUtil.SearchMethod
Extension Methods

Fields

Ceil = 1

Find the smallest element greater than or equal to the key.

Floor = 0

Find the largest element less than or equal to the key.