Converts any value consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number into a fractional value.
public static double From2bFixed2bNumberToDouble(
int number
)
Public Shared Function From2bFixed2bNumberToDouble( _
ByVal number As Integer _
) As Double
public:
static double From2bFixed2bNumberToDouble(
int number
)
number
A value that is consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number.
A double fractions value that represents the number passed.
For an additional example, refer to IccParametricCurveTagType.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET