Converts any value consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number into a fractional value.
public static double From2bFixed2bNumberToDouble(
int
)
'Declaration
Public Shared Function From2bFixed2bNumberToDouble( _
ByVal As Integer _
) As Double
'Usage
Dim number As Integer
Dim value As Double
value = IccTools.From2bFixed2bNumberToDouble(number)
public:
static double From2bFixed2bNumberToDouble(
int
)
Parameters
- number
- A value that is consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number.
Return Value
A double fractions value that represents the passed.
For an additional example, refer to
IccParametricCurveTagType.