Click or drag to resize

ScalarEquivalentAirspeedGetEvaluator Method (EvaluatorGroup, IServiceProvider)

Gets an instance of an evaluator that can compute the equivalent airspeed at a given location.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override ScalarEvaluator GetEvaluator(
	EvaluatorGroup group,
	IServiceProvider serviceProvider
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group in which to create the evaluator and its dependents.
serviceProvider
Type: SystemIServiceProvider
The location to use when calculating the value. This service provider must provide the ILocationPointService service.

Return Value

Type: ScalarEvaluator
The evaluator that computes the equivalent airspeed.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group or serviceProvider is .
PropertyInvalidException Thrown when the property DensityRatio or RelativeVelocity is .
See Also