- number
- A fractional value.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function FromDoubleToU8Fixed8Number( _ ByVal number As Double _ ) As UShort | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim number As Double Dim value As UShort value = IccTools.FromDoubleToU8Fixed8Number(number) | |
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.
The ICC specification format (u8FixedU8Number) consist of a 2-bytes value that have its first bytes as the fixed part of the number, and the second 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)
Copy Code