STK AstrogatorSend comments on this topic.
DensityRatioRoot Property (IAgVAStochasticDensityCorrection)
See Also
Windows





Windows & Linux

Description

Mapping of density uncertainty goes as K^(1/n).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DensityRatioRoot() As Double
[C#]
public double DensityRatioRoot {get; set;}
[Managed C++]
public: __property double get_DensityRatioRoot();
public: __property void set_DensityRatioRoot( double );
[Unmanaged C++]
public: HRESULT get_DensityRatioRoot(
    double * pVal
);
public: HRESULT put_DensityRatioRoot(
    double InVal
);
[Java]
public double getDensityRatioRoot();
public void setDensityRatioRoot(
    double
);
[Python - STK API ]
@property
def DensityRatioRoot(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.