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





Windows & Linux

Description

Gets or sets the second safety coefficient. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SecondSafetyCoefficient() As Double
[C#]
public double SecondSafetyCoefficient {get; set;}
[Managed C++]
public: __property double get_SecondSafetyCoefficient();
public: __property void set_SecondSafetyCoefficient( double );
[Unmanaged C++]
public: HRESULT get_SecondSafetyCoefficient(
    double * pVal
);
public: HRESULT put_SecondSafetyCoefficient(
    double InVal
);
[Java]
public double getSecondSafetyCoefficient();
public void setSecondSafetyCoefficient(
    double
);
[Python - STK API ]
@property
def SecondSafetyCoefficient(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.