Header menu logo Deedle

IndexUtils Type

Helpers that can be used when implementing Lookup

Static members

Static member Description

IndexUtils.BinarySearch(count, valueAt, value, lookup, check)

Full Usage: IndexUtils.BinarySearch(count, valueAt, value, lookup, check)

Parameters:
    count : int64
    valueAt : Func<int64, int64>
    value : int64
    lookup : Lookup
    check : Func<int64, bool>

Returns: OptionalValue<int64>

See the comment for `IndexUtilsModule.binarySearch`

count : int64
valueAt : Func<int64, int64>
value : int64
lookup : Lookup
check : Func<int64, bool>
Returns: OptionalValue<int64>

Type something to start searching.