Interface IStatisticParameter<TValue>
The interface, describing statistic parameter.
Inherited Members
Namespace: StockSharp.Algo.Statistics
Assembly: StockSharp.Algo.dll
Syntax
public interface IStatisticParameter<TValue> : IStatisticParameter, IPersistable
Type Parameters
Name | Description |
---|---|
TValue | The type of the parameter value. |
Properties
Value
The current value of the parameter.
Declaration
TValue Value { get; }
Property Value
Type | Description |
---|---|
TValue |