DilutionOfPrecisionGetValueByType Method |
Get the specific value of dilution of precision by its type.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double GetValueByType(
DilutionOfPrecisionType type
)
Public Function GetValueByType (
type As DilutionOfPrecisionType
) As Double
public:
double GetValueByType(
DilutionOfPrecisionType type
)
member GetValueByType :
type : DilutionOfPrecisionType -> float
Parameters
- type
- Type: AGI.Foundation.NavigationDilutionOfPrecisionType
The type of dilution of precision.
Return Value
Type:
DoubleReturns the property corresponding to the given type of dilution of precision.
See Also