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 wrappingasAddress
- converts the key to an addressofAddress
- converts address to a key
Constructors
Instance members
Instance member | Description |
x.Ranges
Signature: Ranges<'TKey>
|
Provides access to the underlying ranges CompiledName: |