Converts fixed value to an integer, rounding it to the nearest integer value and returns it.
Syntax
'Declaration
Public Shared Function FixedRoundToInt( _
ByVal As Integer _
) As Integer
'Usage
Dim value As Integer
Dim value As Integer
value = ImGearPDF.FixedRoundToInt(value)
public static int FixedRoundToInt(
int
)
public: static int FixedRoundToInt(
int
)
public:
static int FixedRoundToInt(
int
)
Parameters
- value
- Fixed value to be converted.
Return Value
Integer value.
See Also