Click or drag to resize

USStandardAtmosphere1976Calculate Method

Calculate results from the U.S. Standard Atmosphere model, 1976 version.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public USStandardAtmosphere1976Result Calculate(
	double height
)

Parameters

height
Type: SystemDouble
The constant height, in meters above mean sea level.

Return Value

Type: USStandardAtmosphere1976Result
A result object containing the calculated values for the given height.
See Also