Deedle


IAddressingScheme

Namespace: Deedle
Parent Module: Addressing

An empty interface that is used as an marker for "addressing schemes". As discussed above, Deedle can use different addressing schemes. We need to make sure that the index and vector share the scheme - this is done by attaching IAddressingScheme to each index or vector and checking that they match. Implementations must support equality!

Fork me on GitHub