Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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
)
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also