EarthGravitationalModel2008Normalize Method |
Computes the corresponding normalized value of an unnormalized 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 Normalize(
double coefficient,
int degree,
int order
)
Public Shared Function Normalize (
coefficient As Double,
degree As Integer,
order As Integer
) As Double
public:
static double Normalize(
double coefficient,
int degree,
int order
)
static member Normalize :
coefficient : float *
degree : int *
order : int -> float
Parameters
- coefficient
- Type: SystemDouble
The unnormalized coefficient value. - degree
- Type: SystemInt32
The degree of the coefficient. - order
- Type: SystemInt32
The order of the coefficient.
Return Value
Type:
DoubleThe normalized value.
See Also