LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

FromU8Fixed8NumberToDouble Method

Show in webframe





A value that is consistent with the ICC specification format: u8FixedU8Number.
Converts any value consistent with the ICC specification format: u8FixedU8Number into a fractional value.
Syntax
public static double FromU8Fixed8NumberToDouble( 
   ushort number
)
'Declaration
 
Public Shared Function FromU8Fixed8NumberToDouble( _
   ByVal number As UShort _
) As Double
'Usage
 
Dim number As UShort
Dim value As Double
 
value = IccTools.FromU8Fixed8NumberToDouble(number)

            

            
public:
static double FromU8Fixed8NumberToDouble( 
   ushort number
) 

Parameters

number
A value that is consistent with the ICC specification format: u8FixedU8Number.

Return Value

A double fractions value that represents the number passed.
Example
For an additional example, refer to IccCurveTagType.
Requirements

Target Platforms

See Also

Reference

IccTools Class
IccTools Members
CreateTagType Method
FromDoubleTo2bFixed2bNumber Method
From2bFixed2bNumberToDouble Method
FromDoubleToU8Fixed8Number Method

 

 


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