STK AstrogatorSend comments on this topic.
Tolerance Property (IAgVABulirschStoerIntegrator)
See Also
Windows





Windows & Linux

Description

Gets or sets the error tolerance for step size control. Dimensionless.

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 * pVal
);
public: HRESULT put_Tolerance(
    double InVal
);
[Java]
public double getTolerance();
public void setTolerance(
    double
);
[Python - STK API ]
@property
def Tolerance(self) -> float:

@Tolerance.setter
def Tolerance(self, InVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.