Unsigned 32 by 32 bit multiply with 32 bit result.
Source position: utility.pas line 229
| function UMult32( | 
| Arg1: LongWord; | 
| Arg2: LongWord | 
| ):LongWord; | 
| Arg1 | 
 | Number to multiply | 
| Arg2 | 
 | Number to multiply | 
The unsigned 32 bit result of multiplying arg1 by arg2.
Returns the unsigned 32 bit result of multiplying arg1 by arg2.
| 
 | Signed 32 by 32 bit division and modulus. | |
| 
 | Signed 32 by 32 bit multiply with 64 bit result. | |
| 
 | Unsigned 32 by 32 bit division and modulus. | |
| 
 | Signed 32 by 32 bit multiply with 32 bit result. | |
| 
 | Unsigned 32 by 32 bit multiply with 64 bit result. |