Header menu logo Deedle

IVectorLocation Type

Represents a location in a vector. In general, we always know the address, but sometimes (BigDeedle) it is hard to get the offset (requires some data lookups), so we use this interface to delay the calculation of the Offset (which is mainly needed in one of the series.Select overloads).

Instance members

Instance member Description

this.Address

Full Usage: this.Address

Returns: Address
Modifiers: abstract

Returns the address of the location (this should be immediate)

Returns: Address

this.Offset

Full Usage: this.Offset

Returns: int64
Modifiers: abstract

Returns the offset of the location (this may involve some calculation)

Returns: int64

Type something to start searching.