Click or drag to resize

ItuRP840AtmosphericValuesEvaluator.Evaluate Method

Evaluates this evaluator.

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

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The date at which to evaluate.
location
Type: AGI.Foundation.Coordinates.Cartographic
The location at which to evaluate.

Return Value

Type: ItuRP840AtmosphericValues
The atmospheric values.

Implements

IParameterizedEvaluator1<TParameter1, TResult>.Evaluate(JulianDate, TParameter1)
See Also