The new Min value.
The new Max value.
SetMinMax(Double,Double) Method
Sets the Min, Max values on the IRange<T>, returning this instance after modification
Syntax
public override IRange<double> SetMinMax( 
   double min,
   double max
)

Parameters

min
The new Min value.
max
The new Max value.

Return Value

This instance, after the operation
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also