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