ScalarEquivalentAirspeed Constructor (ScalarDependentOnServiceProvider, VectorDependentOnServiceProvider) | 
 
            Constructs a scalar that computes the equivalent airspeed at a given location.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarEquivalentAirspeed(
	ScalarDependentOnServiceProvider densityRatio,
	VectorDependentOnServiceProvider relativeVelocity
)
Public Sub New ( 
	densityRatio As ScalarDependentOnServiceProvider,
	relativeVelocity As VectorDependentOnServiceProvider
)
public:
ScalarEquivalentAirspeed(
	ScalarDependentOnServiceProvider^ densityRatio, 
	VectorDependentOnServiceProvider^ relativeVelocity
)
new : 
        densityRatio : ScalarDependentOnServiceProvider * 
        relativeVelocity : VectorDependentOnServiceProvider -> ScalarEquivalentAirspeedParameters
- densityRatio
 - Type: AGI.Foundation.GeometryScalarDependentOnServiceProvider
The density ratio in the atmosphere. - relativeVelocity
 - Type: AGI.Foundation.GeometryVectorDependentOnServiceProvider
The velocity relative to the atmosphere. 
See Also