Click or drag to resize

ItuRP840AtmosphericValuesEvaluatorEvaluate Method

Evaluates this evaluator.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract ItuRP840AtmosphericValues Evaluate(
	JulianDate date,
	Cartographic location
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date at which to evaluate.
location
Type: AGI.Foundation.CoordinatesCartographic
The location at which to evaluate.

Return Value

Type: ItuRP840AtmosphericValues
The atmospheric values.

Implements

IParameterizedEvaluator1TParameter1, TResultEvaluate(JulianDate, TParameter1)
See Also