Click or drag to resize

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
C#
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
ExceptionCondition
InvalidOperationExceptionDo not call this method for MinMaxQueue created on time period.
See Also