Determines the amount of process noise to be added to state covariance used in the Random Walk model.
Read-write property
[Visual Basic .NET] |
---|
Public Property DiffusionCoefficient() As Double |
[C#] |
---|
public double DiffusionCoefficient {get; set;} |
[Managed C++] |
---|
public: __property double get_DiffusionCoefficient(); |
[Unmanaged C++] |
---|
public: HRESULT get_DiffusionCoefficient( double * pVal ); public: HRESULT put_DiffusionCoefficient( double InVal ); |
[Java] |
---|
public double getDiffusionCoefficient(); public void setDiffusionCoefficient( double ); |