LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
From2bFixed2bNumberToDouble Method
See Also 
Leadtools.ColorConversion Namespace > IccTools Class : From2bFixed2bNumberToDouble Method



number
A value that is consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number.
number
A value that is consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number.
Converts any value consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number into a fractional value.

Syntax

Visual Basic (Declaration) 
Public Shared Function From2bFixed2bNumberToDouble( _
   ByVal number As Integer _
) As Double
Visual Basic (Usage)Copy Code
Dim number As Integer
Dim value As Double
 
value = IccTools.From2bFixed2bNumberToDouble(number)
C# 
public static double From2bFixed2bNumberToDouble( 
   int number
)
C++/CLI 
public:
static double From2bFixed2bNumberToDouble( 
   int number
) 

Parameters

number
A value that is consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number.

Return Value

A double fractions value that represents the number passed.

Example

For an additional example, refer to IccParametricCurveTagType.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also