Namespace: StorageClassLibrary
Implements: IMemoryStorage
Description: Stores, removes and manipulates stored decimal values in calculator memory.
Constructors |
Usage |
MemoryStorage() |
Initializes an instance of MemoryStorage class |
MemoryStorage(IEnumerable<decimal>) |
Initializes an instance of MemoryStorage class with stored data |
Properties |
Usage |
Last<decimal> |
get most recent value stored in storage |
Size<int> |
get total number of values currently held in storage |
Values<decimal[]> |
get a copy of all values currently held in storage |