Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
FromU8Fixed8NumberToDouble Method
See Also 
Leadtools.ColorConversion Namespace > IccTools Class : FromU8Fixed8NumberToDouble Method




number
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

Visual Basic (Declaration) 
Public Shared Function FromU8Fixed8NumberToDouble( _
   ByVal number As UShort _
) As Double
Visual Basic (Usage)Copy Code
Dim number As UShort
Dim value As Double
 
value = IccTools.FromU8Fixed8NumberToDouble(number)
C# 
public static double FromU8Fixed8NumberToDouble( 
   ushort number
)
Managed Extensions for C++ 
public: static double FromU8Fixed8NumberToDouble( 
   ushort number
) 
C++/CLI 
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: 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