[]
Configurates Constant. Sets the constant value for the CCI calculation.
public CCIBuilder<T> Constant(double value)
Public Function Constant(value As Double) As CCIBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| double | value | The value. |
| Type | Description |
|---|---|
| CCIBuilder<T> | Current builder. |