| AddressingIAddressOperationsOffsetOf Method |
Given an address, return the absolute offset of the address in the range
This might be tricky for partitioned ranges. For example if you have two
partitions with 10 values addressed by (0,0)..(0,9); (1,0)..(1,9), the the
offset of address (1, 5) is 15.
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax long OffsetOf(
long param0
)
Parameters
- param0
- Type: SystemInt64
[Missing <param name="param0"/> documentation for "M:Deedle.Addressing.IAddressOperations.OffsetOf(System.Int64)"]
Return Value
Type:
Int64[Missing <returns> documentation for "M:Deedle.Addressing.IAddressOperations.OffsetOf(System.Int64)"]
See Also