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

UMult64

Unsigned 32 by 32 bit multiply with 64 bit result.

Declaration

Source position: utility.pas line 238

function UMult64(

  Arg1: LongWord;

  Arg2: LongWord

):QWord;

Arguments

Arg1

  

Number to multiply

Arg2

  

Number to multiply

Function result

The unsigned 64 bit result of multiplying arg1 by arg2.

Description

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

See also

SDivMod32

  

Signed 32 by 32 bit division and modulus.

SMult64

  

Signed 32 by 32 bit multiply with 64 bit result.

UDivMod32

  

Unsigned 32 by 32 bit division and modulus.

SMult32

  

Signed 32 by 32 bit multiply with 32 bit result.

UMult32

  

Unsigned 32 by 32 bit multiply with 32 bit result.


Documentation generated on: 2017-01-10