Get the time delay convergence which determines the accuracy of computed propagation time between the two locations.
Read-write property
[Visual Basic .NET] |
---|
Public Property TimeDelayConvergence() As Double |
[C#] |
---|
public double TimeDelayConvergence {get; set;} |
[Managed C++] |
---|
public: __property double get_TimeDelayConvergence(); |
[Unmanaged C++] |
---|
public: HRESULT get_TimeDelayConvergence( double * pRetVal ); public: HRESULT put_TimeDelayConvergence( double TimeDelayConvergence ); |
[Java] |
---|
public double getTimeDelayConvergence(); public void setTimeDelayConvergence( double ); |