Deedle


RangesAddressOperations<'TKey>

Namespace: Deedle.Vectors.Virtual

In BigDeedle, we often use Ranges<'T> to represent the address range obtained as a result of slicing and merging frames & series. This implements IAddressOperations for Ranges<'T>.

Parameters

  • ranges - ranges containing any key that we are wrapping
  • asAddress - converts the key to an address
  • ofAddress - converts address to a key

Constructors

ConstructorDescription
new(ranges, asAddress, ofAddress)
Signature: (ranges:Ranges<'TKey> * asAddress:Func<'TKey,Address> * ofAddress:Func<Address,'TKey>) -> RangesAddressOperations<'TKey>

CompiledName: .ctor

Instance members

Instance memberDescription
x.Ranges
Signature: Ranges<'TKey>

Provides access to the underlying ranges

CompiledName: get_Ranges

Fork me on GitHub