Add element to the collection.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public bool Put(
double value,
DateTime timestamp
)
Parameters
- value
- Type: SystemDouble
Value to add. - timestamp
- Type: SystemDateTime
Value time stamp.
Return Value
Type:
BooleanReturn true on success.
See Also