| UInt32TypeGetNext Method |
Returns the value following n
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override uint GetNext(
uint n
)
Protected Overrides Function GetNext (
n As UInteger
) As UInteger
protected:
virtual unsigned int GetNext(
unsigned int n
) override
abstract GetNext :
n : uint32 -> uint32
override GetNext :
n : uint32 -> uint32
Parameters
- n
- Type: SystemUInt32
The value for which the following value must be computed
Return Value
Type:
UInt32The following value of
nSee Also