BBjNumber::shortValue
Description
In BBj 7.0 and higher, this method returns the value of the specified number as a short, which may involve rounding or truncation.
The implementation returns the result of BBjNumber::intValue cast to a short.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             short  | 
                                                        
                                                             shortValue()  | 
                                                    
Parameters
None.
Return Value
Returns the short value represented by this number.
Remarks
None.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.