Table of Contents

Enum SearchTargetMode

Namespace
Hi.Common.Collections
Assembly
HiGeom.dll

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

public enum SearchTargetMode
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.