EarthGravitationalModel1996NormalizationFactor Method |
The normalization factor for the spherical harmonic terms of the specified degree and order.
The unnormalized value divided by the normalization factor yields the normalized value.
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 NormalizationFactor(
int degree,
int order
)
Public Shared Function NormalizationFactor (
degree As Integer,
order As Integer
) As Double
public:
static double NormalizationFactor(
int degree,
int order
)
static member NormalizationFactor :
degree : int *
order : int -> float
Parameters
- degree
- Type: SystemInt32
The degree. - order
- Type: SystemInt32
The order.
Return Value
Type:
DoubleThe normalization factor.
See Also