UltimateSummatorPut Method (Double) |
Store new data element in summator.
Note: Please do not use both with and without DateTime method for one queue instance.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public bool Put(
double data
)
Parameters
- data
- Type: SystemDouble
Data element to store.
Return Value
Type:
Boolean Returns true if and only if we succeed to add element.
See Also