Signed 32 by 32 bit multiply with 64 bit result.
Source position: utility.pas line 237
| function SMult64( | 
| Arg1: LongInt; | 
| Arg2: LongInt | 
| ):Int64; | 
| Arg1 | 
 | Number to multiply | 
| Arg2 | 
 | Number to multiply | 
The signed 64 bit result of multiplying arg1 by arg2.
Returns the signed 64 bit result of multiplying arg1 by arg2.
| 
 | Signed 32 by 32 bit division and modulus. | |
| 
 | Unsigned 32 by 32 bit division and modulus. | |
| 
 | Unsigned 32 by 32 bit multiply with 32 bit result. | |
| 
 | Signed 32 by 32 bit multiply with 32 bit result. | |
| 
 | Unsigned 32 by 32 bit multiply with 64 bit result. |