←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly