AGI STK VGT 11 Send comments on this topic.
Tolerance Property (IAgCrdnIntegralBasic)
See Also 





Description

Get the tolerance which determines how accurate integral is computed by finding relative difference between refined and unrefined integral evaluations. Only available if Adaptive Lobatto is selected as the integral type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Tolerance() As Double

[C#]
public double Tolerance {get; set;}

[Managed C++]
public: __property double get_Tolerance();
public: __property void set_Tolerance(
double
);

[Unmanaged C++]
public: HRESULT get_Tolerance(
double * pRetVal
);
public: HRESULT put_Tolerance(
double NewTolerance
);

[Java]
public double getTolerance();public void setTolerance(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1