←Select platform

From2bFixed2bNumberToDouble Method

Summary
Converts any value consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number into a fractional value.
Syntax
C#
VB
C++
public static double From2bFixed2bNumberToDouble( 
   int number 
) 
  
Public Shared Function From2bFixed2bNumberToDouble( _ 
   ByVal number As Integer _ 
) As Double 
public: 
static double From2bFixed2bNumberToDouble(  
   int number 
)  

Parameters

number
A value that is consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number.

Return Value

A double fractions value that represents the number passed.

Example

For an additional example, refer to IccParametricCurveTagType.

Requirements

Target Platforms

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

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.