Version

GetRangeMultiplier Method

Given a data value, calculates the range multiplier for performing calculations on color changes given this color model's color range.
Syntax
'Declaration
 
Protected Function GetRangeMultiplier( _
   ByVal dataValue As Double, _
   ByVal dataMax As Double, _
   ByVal dataMin As Double _
) As Double
protected double GetRangeMultiplier( 
   double dataValue,
   double dataMax,
   double dataMin
)

Parameters

dataValue
The data value under observation.
dataMax
The maximum of the set under observation.
dataMin
The minimum of the set under observation.

Return Value

The range multiplier to use, given the specified parameters.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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