Click or drag to resize

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

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