LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

From2bFixed2bNumberToDouble Method






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. .NET support
Syntax
public static double From2bFixed2bNumberToDouble( 
   int number
)
'Declaration
 
Public Shared Function From2bFixed2bNumberToDouble( _
   ByVal number As Integer _
) As Double
'Usage
 
Dim number As Integer
Dim value As Double
 
value = IccTools.From2bFixed2bNumberToDouble(number)
public static double From2bFixed2bNumberToDouble( 
   int number
)
 function Leadtools.ColorConversion.IccTools.From2bFixed2bNumberToDouble( 
   number 
)
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: 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

Reference

IccTools Class
IccTools Members
CreateTagType Method
FromDoubleTo2bFixed2bNumber Method
FromDoubleToU8Fixed8Number Method
FromU8Fixed8NumberToDouble Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.