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