Click or drag to resize

StatWindowPut Method

Add element to the collection.

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

Parameters

value
Type: SystemDouble
Value to add.
timestamp
Type: SystemDateTime
Value time stamp.

Return Value

Type: Boolean
Return true on success.
See Also