Click or drag to resize

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
)

Parameters

n
Type: SystemUInt64
The value for which the precedent value must be computed

Return Value

Type: UInt64
The precedent value of n
See Also