AGI STK Astrogator 11 Send comments on this topic.
FirstSafetyCoefficient Property (IAgVABulirschStoerIntegrator)
See Also 





Description

The first safety coefficient. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_FirstSafetyCoefficient();
public: __property void set_FirstSafetyCoefficient(
double
);

[Unmanaged C++]
public: HRESULT get_FirstSafetyCoefficient(
double * pRetVal
);
public: HRESULT put_FirstSafetyCoefficient(
double NewFirstSafetyCoefficient
);

[Java]
public double getFirstSafetyCoefficient();public void setFirstSafetyCoefficient(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1