LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

From2bFixed2bNumberToDouble Method

Show in webframe





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
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
) 

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

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.