Click or drag to resize

Constant Constructor (Double)

Creates new instance of Constant indicator with given fixed value.

Namespace:  FinAnalysis.Predicates
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public Constant(
	double constant
)

Parameters

constant
Type: SystemDouble
Fixed value to return.
See Also