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.2.419.0 (24.2.419.0)
Syntax public USStandardAtmosphere1976Result Calculate(
double height
)
Public Function Calculate (
height As Double
) As USStandardAtmosphere1976Result
public:
USStandardAtmosphere1976Result^ Calculate(
double height
)
member Calculate :
height : float -> USStandardAtmosphere1976Result
Parameters
- height
- Type: SystemDouble
The constant height, in meters above mean sea level.
Return Value
Type:
USStandardAtmosphere1976ResultA result object containing the calculated values for the given height.
See Also