Overflow safe multiply.
Source position: objects.pp line 758
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. |