GrowBy Method (DecimalRange)
Grows the current IRange<T> by the min and max fraction, returning this instance after modification
Syntax
public override IRange<decimal> GrowBy( double minFraction, double maxFraction )
Parameters
- minFraction
- The Min fraction to grow by. For example, Min = -10 and minFraction = 0.1 will result in the new Min = -11
- maxFraction
- The Max fraction to grow by. For example, Max = 10 and minFraction = 0.2 will result in the new Max = 12
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