Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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.
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
)
Managed Extensions for 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also