| DecimalTypeGetNext Method |
Returns the value following n
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override decimal GetNext(
decimal n
)
Protected Overrides Function GetNext (
n As Decimal
) As Decimal
protected:
virtual Decimal GetNext(
Decimal n
) override
abstract GetNext :
n : decimal -> decimal
override GetNext :
n : decimal -> decimal
Parameters
- n
- Type: SystemDecimal
The value for which the following value must be computed
Return Value
Type:
DecimalThe following value of
nSee Also