Contents

indexGreaterThanOrEqual(to:)

Returns either the closest index in the index set that is greater than or equal to a specific index or the not-found indicator.

Declaration

func indexGreaterThanOrEqual(to value: Int) -> Int

Parameters

  • value:

    Index being inquired about.

Return Value

Closest index in the index set greater than or equal to index; NSNotFound when the index set contains no qualifying index.

See Also

Getting Indexes