UInt32x32To64

UInt32x32To64 1:

The function multiplies two unsigned 32-bit numbers. The result is a TwinCAT 2 unsigned 64-bit number (“legacy” type: T_ULARGE_INTEGER).

UInt32x32To64 2: Return value

Name

Type

Description

UInt32x32To64

T_ULARGE_INTEGER

 

UInt32x32To64 3: Inputs

VAR_INPUT
    ui32a : DWORD;
    ui32b : DWORD;
END_VAR

Name

Type

Description

ui32a

DWORD

 

ui32b

DWORD

 

Requirements

Development environment

Target platform

PLC libraries to be integrated (category group)

TwinCAT v3.1.0

PC or CX (x86, x64, Arm®)

Tc2_Utilities (System)