Click or drag to resize

DistributionAdd Method (Double, Object)

Initializes new element to Distribution.

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public void Add(
	double value,
	Object additionalInfo
)

Parameters

value
Type: SystemDouble
Realazation of the random variable.
additionalInfo
Type: SystemObject
Additional info related to the value.
See Also