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