MinMaxQueuePut Method (Double) |
Store arbitrary data and time in queue.
Do not call this method for MinMaxQueue created on time period.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public bool Put(
double data
)
Parameters
- data
- Type: SystemDouble
Arbitrary user data.
Return Value
Type:
Boolean Returns true if and only if we succeed to add element.
Exceptions Exception | Condition |
---|
InvalidOperationException | Do not call this method for MinMaxQueue created on time period. |
See Also