Click or drag to resize

BitConverterHelperNext Method (Double)

Returns the smallest double that is greater than n.

Namespace:  SmartTests.Helpers
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public static double Next(
	double n
)

Parameters

n
Type: SystemDouble
The number for which the following value is to be computed.

Return Value

Type: Double
The smallest value that is greater than n
See Also