AGI STK Objects 11Send comments on this topic.
Exponent Property (IAgVeTimeRegularization)
See Also
Windows






Windows & Linux

Description

Exponent used in the regularization equation. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Exponent() As Double
[C#]
public double Exponent {get; set;}
[Managed C++]
public: __property double get_Exponent();
public: __property void set_Exponent( double );
[Unmanaged C++]
public: HRESULT get_Exponent(
    double * pVal
);
public: HRESULT put_Exponent(
    double Exponent
);
[Java]
public double getExponent();
public void setExponent(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.