- number
- A fractional value.
Visual Basic (Declaration) | |
---|---|
Public Shared Function FromDoubleTo2bFixed2bNumber( _ ByVal number As Double _ ) As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim number As Double Dim value As Integer value = IccTools.FromDoubleTo2bFixed2bNumber(number) |
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.
The ICC specification formats (u16FixedU16Number and u1Fixed15Number) consist of a 4-bytes value that have its first 2-bytes as the fixed part of the number, and the second 2-bytes as the fractional part of the number.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)