DilutionOfPrecisionConstraint Constructor (IServiceProvider, Double, DilutionOfPrecisionType) |
Initializes a new instance with the specified constrained object, maximum value, and DOP value to constrain.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DilutionOfPrecisionConstraint(
IServiceProvider constrainedObject,
double maximumValue,
DilutionOfPrecisionType valueToConstrain
)
Public Sub New (
constrainedObject As IServiceProvider,
maximumValue As Double,
valueToConstrain As DilutionOfPrecisionType
)
public:
DilutionOfPrecisionConstraint(
IServiceProvider^ constrainedObject,
double maximumValue,
DilutionOfPrecisionType valueToConstrain
)
new :
constrainedObject : IServiceProvider *
maximumValue : float *
valueToConstrain : DilutionOfPrecisionType -> DilutionOfPrecisionConstraint
Parameters
- constrainedObject
- Type: SystemIServiceProvider
The object to which this constraint is applied. - maximumValue
- Type: SystemDouble
Maximum allowable dilution of precision. - valueToConstrain
- Type: AGI.Foundation.NavigationDilutionOfPrecisionType
The type of dilution of precision to compute.
Remarks See Also