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





Windows & Linux

Description

Gets or sets the maximum relative error used to control step size. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxRelErr() As Double
[C#]
public double MaxRelErr {get; set;}
[Managed C++]
public: __property double get_MaxRelErr();
public: __property void set_MaxRelErr( double );
[Unmanaged C++]
public: HRESULT get_MaxRelErr(
    double * pVal
);
public: HRESULT put_MaxRelErr(
    double InVal
);
[Java]
public double getMaxRelErr();
public void setMaxRelErr(
    double
);
[Python - STK API ]
@property
def MaxRelErr(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.