Click or drag to resize

MinMaxQueuePut Method (Double, DateTime)

Store arbitrary data and time in queue.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public bool Put(
	double data,
	DateTime time
)

Parameters

data
Type: SystemDouble
Arbitrary user data.
time
Type: SystemDateTime
User defined time. Note: if time is earlier than previous, queue will ignore this call.

Return Value

Type: Boolean
Returns true if and only if we succeed to add element.
See Also