DilutionOfPrecisionFigureOfMerit Constructor (DilutionOfPrecisionType) |
Constructs a new instance based on the given type of dilution of precision.
Namespace:
AGI.Foundation.Coverage.FigureOfMerit
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DilutionOfPrecisionFigureOfMerit(
DilutionOfPrecisionType type
)
Public Sub New (
type As DilutionOfPrecisionType
)
public:
DilutionOfPrecisionFigureOfMerit(
DilutionOfPrecisionType type
)
new :
type : DilutionOfPrecisionType -> DilutionOfPrecisionFigureOfMerit
Parameters
- type
- Type: AGI.Foundation.Navigation.DilutionOfPrecisionType
The type of DOP.
See Also