EarthGravitationalModel1996.Unnormalize Method |
Computes the corresponding unnormalized value of a normalized coefficient.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic static double Unnormalize(
double coefficient,
int degree,
int order
)
Public Shared Function Unnormalize (
coefficient As Double,
degree As Integer,
order As Integer
) As Double
public:
static double Unnormalize(
double coefficient,
int degree,
int order
)
static member Unnormalize :
coefficient : float *
degree : int *
order : int -> float
Parameters
- coefficient
- Type: System.Double
The normalized coefficient value. - degree
- Type: System.Int32
The degree of the coefficient. - order
- Type: System.Int32
The order of the coefficient.
Return Value
Type:
DoubleThe unnormalized value.
See Also