| 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
)
Public Shared Function Next (
n As Decimal
) As Decimal
public:
static Decimal Next(
Decimal n
)
static member Next :
n : decimal -> decimal
Parameters
- n
- Type: SystemDecimal
The number for which the following value is to be computed.
Return Value
Type:
DecimalThe smallest value that is greater than
nSee Also