Click or drag to resize

DecimalTypeGetPrevious Method

Returns the value preceding n

Namespace:  SmartTests.Ranges
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
protected override decimal GetPrevious(
	decimal n
)

Parameters

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

Return Value

Type: Decimal
The precedent value of n
See Also