DelayedLocation Type
Represents a vector location that calculates the offset using address operations as needed (typically, we want to avoid this because it might be slow)
Constructors
| Constructor |
Description
|
Full Usage:
DelayedLocation(addr, addrOps)
Parameters:
Address
addrOps : IAddressOperations
Returns: DelayedLocation
|
|
Deedle