Click or drag to resize

Int32TypeGetNext Method

Returns the value following n

Namespace:  SmartTests.Ranges
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
protected override int GetNext(
	int n
)

Parameters

n
Type: SystemInt32
The value for which the following value must be computed

Return Value

Type: Int32
The following value of n
See Also