Converts a fractional number into a value that is consistent with the ICC specification format: u8Fixed8Number.
public static ushort FromDoubleToU8Fixed8Number(
double
)
'Declaration
Public Shared Function FromDoubleToU8Fixed8Number( _
ByVal As Double _
) As UShort
'Usage
Dim number As Double
Dim value As UShort
value = IccTools.FromDoubleToU8Fixed8Number(number)
public:
static ushort FromDoubleToU8Fixed8Number(
double
)
Parameters
- number
- A fractional value.
Return Value
A value that is consistent with the ICC specification format u8Fixed8Number.
For an additional example, refer to
IccCurveTagType.