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