Click or drag to resize

BitConverterHelperNext Method (Decimal)

Returns the smallest double that is greater than n.

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

Parameters

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

Return Value

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