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
| Constructor | Description |
new(ranges, asAddress, ofAddress)
Signature: (ranges:Ranges<'TKey> * asAddress:Func<'TKey,Address> * ofAddress:Func<Address,'TKey>) -> RangesAddressOperations<'TKey>
|
|
Instance members
| Instance member | Description |
Ranges
Signature: Ranges<'TKey>
|
Provides access to the underlying ranges |