LICCProfile::U8Fixed8NumberToDouble
#include "ltwrappr.h"
static L_DOUBLE LICCProfile::U8Fixed8NumberToDouble(uNumber)
| L_UINT16 uNumber; | /* integer value */ | 
Converts a 1-byte fixed, 1-byte fraction number format into a double fractional value.
| Parameter | Description | 
| uNumber | Value that represents the 1-byte fixed, 1-byte fraction number value to convert. | 
Returns
A double value that contains a fraction number that represents the value passed to the function.
Comments
This function is used for ICC profiles purposes. The number passed must be of LICCProfile::U8Fixed8NumberToDouble.
Each of these types is 2-bytes. 1-byte contains the fixed part of the number, and 1-byte contains the fractional part of the number.
Required DLLs and Libraries
| LTCLR For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. | 
See Also
Example
For an example, refer to LICCProfile::DoubleToU8Fixed8Number.