ItuRP838AtmosphericModelGetEvaluator Method (IServiceProvider) |
Gets an evaluator that can be used to compute the rain rate in meters per second at a given
JulianDate and
Cartographic location.
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IParameterizedEvaluator1<Cartographic, double> GetEvaluator(
IServiceProvider link
)
Public Function GetEvaluator (
link As IServiceProvider
) As IParameterizedEvaluator1(Of Cartographic, Double)
public:
IParameterizedEvaluator1<Cartographic, double>^ GetEvaluator(
IServiceProvider^ link
)
member GetEvaluator :
link : IServiceProvider -> IParameterizedEvaluator1<Cartographic, float>
Parameters
- link
- Type: SystemIServiceProvider
The link over which the returned evaluator will be evaluated. This service provider is expected to provide ILinkService.
Return Value
Type:
IParameterizedEvaluator1Cartographic,
DoubleAn evaluator for this model.
See Also