Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static double Normalize(
	double coefficient,
	int degree,
	int order
)

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: Double
The normalized value.
See Also