Click or drag to resize

MathUtilRoundToSignificantFigures Method

Verizon Connect Logo
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
)

Parameters

value
Type: SystemDouble
The value to be rounded.
significantFigures
Type: SystemInt32
The number of significant figures to round to.

Return Value

Type: Double
The rounded value.
See Also