Converts fixed value to an integer.
Syntax
'Declaration
Public Shared Function FixedRoundToShort( _
ByVal As Integer _
) As Short
'Usage
Dim value As Integer
Dim value As Short
value = ImGearPDF.FixedRoundToShort(value)
public static short FixedRoundToShort(
int
)
public: static short FixedRoundToShort(
int
)
public:
static short FixedRoundToShort(
int
)
Parameters
- value
- Fixed value to be converted.
Return Value
Short integer value.
See Also