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
)
'Declaration
Public Shared Function FromDoubleTo2bFixed2bNumber( _
ByVal As Double _
) As Integer
'Usage
Dim number As Double
Dim value As Integer
value = IccTools.FromDoubleTo2bFixed2bNumber(number)
public:
static int FromDoubleTo2bFixed2bNumber(
double
)
Parameters
- number
- A fractional value.
Return Value
A value that is consistent with any of the ICC specification formats: u16FixedU16Number or u1Fixed15Number.
For an additional example, refer to
IccParametricCurveTagType.