MathUtilRoundToSignificantFigures Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a double value rounded to a specified number of significant figures.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static double RoundToSignificantFigures(
double value,
int significantFigures
)
Public Shared Function RoundToSignificantFigures (
value As Double,
significantFigures As Integer
) As Double
Parameters
- value
- Type: SystemDouble
The value to be rounded. - significantFigures
- Type: SystemInt32
The number of significant figures to round to.
Return Value
Type:
DoubleThe rounded value.
See Also