| UInt64TypeGetNext Method |
Returns the value following n
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override ulong GetNext(
ulong n
)
Protected Overrides Function GetNext (
n As ULong
) As ULong
protected:
virtual unsigned long long GetNext(
unsigned long long n
) override
abstract GetNext :
n : uint64 -> uint64
override GetNext :
n : uint64 -> uint64
Parameters
- n
- Type: SystemUInt64
The value for which the following value must be computed
Return Value
Type:
UInt64The following value of
nSee Also