Unit 'utility' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

UMult64

Unsigned 32 by 32 bit multiply with 64 bit result.

Declaration

Source position: utility.pas line 195

function UMult64(

  Arg1: LongWord;

  Arg2: LongWord

):LongWord;

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: 2021-07-30