[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'utility' (#aros)

SMult64

Signed 32 by 32 bit multiply with 64 bit result.

Declaration

Source position: utility.pas line 237

function SMult64(

  Arg1: LongInt;

  Arg2: LongInt

):Int64;

Arguments

Arg1

  

Number to multiply

Arg2

  

Number to multiply

Function result

The signed 64 bit result of multiplying arg1 by arg2.

Description

Returns the signed 64 bit result of multiplying arg1 by arg2.

See also

SDivMod32

  

Signed 32 by 32 bit division and modulus.

UDivMod32

  

Unsigned 32 by 32 bit division and modulus.

UMult32

  

Unsigned 32 by 32 bit multiply with 32 bit result.

SMult32

  

Signed 32 by 32 bit multiply with 32 bit result.

UMult64

  

Unsigned 32 by 32 bit multiply with 64 bit result.


Documentation generated on: 2017-01-10