Click or drag to resize
AddressingIAddressingScheme Interface
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!

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public interface IAddressingScheme
See Also