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

UMult32

Unsigned 32 by 32 bit multiply with 32 bit result.

Declaration

Source position: utility.pas line 229

function UMult32(

  Arg1: LongWord;

  Arg2: LongWord

):LongWord;

Arguments

Arg1

  

Number to multiply

Arg2

  

Number to multiply

Function result

The unsigned 32 bit result of multiplying arg1 by arg2.

Description

Returns the unsigned 32 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.

UMult64

  

Unsigned 32 by 32 bit multiply with 64 bit result.


Documentation generated on: 2017-01-10