KnownLocation
Namespace: Deedle.Vectors
An IVectorLocation
created from a known address and offset
(typically used in LinearIndex/ArrayVector where both are the same)
Constructors
Constructor | Description |
new(addr, offset)
Signature: (addr:Address * offset:int64) -> KnownLocation
|