 | Int64TypeGetNext Method |
Returns the value following n
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntaxprotected override long GetNext(
long n
)
Protected Overrides Function GetNext (
n As Long
) As Long
protected:
virtual long long GetNext(
long long n
) override
abstract GetNext :
n : int64 -> int64
override GetNext :
n : int64 -> int64
Parameters
- n
- Type: SystemInt64
The value for which the following value must be computed
Return Value
Type:
Int64The following value of
n
See Also