Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public DilutionOfPrecisionConstraint(
	IServiceProvider constrainedObject,
	double maximumValue,
	DilutionOfPrecisionType valueToConstrain
)

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

This constraint is ready for use with both AccessComputation and AccessQuery after being constructed using this constructor.

See Also