Interface IStatisticParameter<TValue>
- Namespace
- StockSharp.Algo.Statistics
- Assembly
- StockSharp.Algo.dll
The interface, describing statistic parameter.
public interface IStatisticParameter<TValue> : IStatisticParameter, IPersistable, INotifyPropertyChanged
Type Parameters
TValue
The type of the parameter value.
- Inherited Members
- Extension Methods
Properties
Value
The current value of the parameter.
TValue Value { get; }
Property Value
- TValue
Methods
Init(TValue)
Init by initial value.
void Init(TValue beginValue)
Parameters
beginValue
TValueInitial value.