Adds a new element at the end of the queue, after its current last element.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public bool PutLast(
double data,
DateTime timestamp
)
Parameters
- data
- Type: SystemDouble
Value to store. - timestamp
- Type: SystemDateTime
The value time stamp.
Return Value
Type:
BooleanReturns true on success.
See Also