ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDF Class / FixedRoundToShort Method
Fixed value to be converted.




In This Topic
    FixedRoundToShort Method
    In This Topic
    Converts fixed value to an integer.
    Syntax
    'Declaration
     
    Public Shared Function FixedRoundToShort( _
       ByVal value As Integer _
    ) As Short
    'Usage
     
    Dim value As Integer
    Dim value As Short
     
    value = ImGearPDF.FixedRoundToShort(value)
    public static short FixedRoundToShort( 
       int value
    )
    public: static short FixedRoundToShort( 
       int value
    ) 
    public:
    static short FixedRoundToShort( 
       int value
    ) 

    Parameters

    value
    Fixed value to be converted.

    Return Value

    Short integer value.
    Remarks
    Rounds a given fixed value to the nearest short integer value and returns it.
    See Also