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

FromDoubleToU8Fixed8Number Method






A fractional value.
Converts a fractional number into a value that is consistent with the ICC specification format: u8Fixed8Number. .NET support
Syntax
public static ushort FromDoubleToU8Fixed8Number( 
   double number
)
'Declaration
 
Public Shared Function FromDoubleToU8Fixed8Number( _
   ByVal number As Double _
) As UShort
'Usage
 
Dim number As Double
Dim value As UShort
 
value = IccTools.FromDoubleToU8Fixed8Number(number)
public static ushort FromDoubleToU8Fixed8Number( 
   double number
)
 function Leadtools.ColorConversion.IccTools.FromDoubleToU8Fixed8Number( 
   number 
)
public:
static ushort FromDoubleToU8Fixed8Number( 
   double number
) 

Parameters

number
A fractional value.

Return Value

A value that is consistent with the ICC specification format u8Fixed8Number.
Remarks
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
FromU8Fixed8NumberToDouble Method

 

 


Products | Support | Contact Us | Copyright Notices

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