| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Overflow safe multiply.
Source position: objects.pp line 672
| function LongMul( | 
| X: Integer; | 
| Y: Integer | 
| ):LongInt; | 
LongMul multiplies X with Y. The result is of type Longint. This avoids possible overflow errors you would normally get when multiplying X and Y that are too big.
None.
| 
 | Overflow safe divide |