Click or drag to resize

ScalarSingleFrequencyIonosphericCorrection.GetEvaluator Method (EvaluatorGroup)

Gets an evaluator that can be used to evaluate the SingleFrequencyIonosphericCorrectionModel.

Namespace:  AGI.Foundation.Navigation.Models
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override ScalarEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The EvaluatorGroup used in the evaluation.

Return Value

Type: ScalarEvaluator
An evaluator used to evaluate the SingleFrequencyIonosphericCorrectionModel.
See Also