EarthGravitationalModel1996Unnormalize 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.2.419.0 (24.2.419.0)
Syntax public 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: SystemDouble
The normalized coefficient value. - degree
- Type: SystemInt32
The degree of the coefficient. - order
- Type: SystemInt32
The order of the coefficient.
Return Value
Type:
DoubleThe unnormalized value.
See Also