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

FromU8Fixed8NumberToDouble Method






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. .NET support
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
)
 function Leadtools.ColorConversion.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: 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
From2bFixed2bNumberToDouble Method
FromDoubleToU8Fixed8Number Method

 

 


Products | Support | Contact Us | Copyright Notices

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