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