LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
FromU8Fixed8NumberToDouble Method
See Also 
Leadtools.ColorConversion Namespace > IccTools Class : FromU8Fixed8NumberToDouble Method



number
A value that is consistent with the ICC specification format: u8FixedU8Number.
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also