Deedle


IndexUtils

Namespace: Deedle.Virtual

Helpers that can be used when implementing Lookup

Static members

Static memberDescription
IndexUtils.BinarySearch(...)
Signature: (count:int64 * valueAt:Func<int64,int64> * value:int64 * lookup:Lookup * check:Func<int64,bool>) -> OptionalValue<int64>

See the comment for IndexUtilsModule.binarySearch

Fork me on GitHub