Converts a fractional number into a value that is consistent with the ICC specification format: u8Fixed8Number.
public static ushort FromDoubleToU8Fixed8Number(
double number
)
Public Shared Function FromDoubleToU8Fixed8Number( _
ByVal number As Double _
) As UShort
public:
static ushort FromDoubleToU8Fixed8Number(
double number
)
number
A fractional value.
A value that is consistent with the ICC specification format u8Fixed8Number.
For an additional example, refer to IccCurveTagType.
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