←Select platform

FromU8Fixed8NumberToDouble Method

Summary

Converts any value consistent with the ICC specification format: u8FixedU8Number into a fractional value.

Syntax
C#
VB
C++
public static double FromU8Fixed8NumberToDouble( 
   ushort number 
) 
  
Public Shared Function FromU8Fixed8NumberToDouble( _ 
   ByVal number As UShort _ 
) As Double 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly