Converts a fractional number into a value that is consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number.
public static int FromDoubleTo2bFixed2bNumber(
double number
)
Public Shared Function FromDoubleTo2bFixed2bNumber( _
ByVal number As Double _
) As Integer
public:
static int FromDoubleTo2bFixed2bNumber(
double number
)
number
A fractional value.
A value that is consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number.
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