UInt32.BigMul(UInt32, UInt32) Methode

Definitie

Produceert het volledige product van twee niet-ondertekende 32-bits getallen.

public:
 static System::UInt64 BigMul(System::UInt32 left, System::UInt32 right);
public static ulong BigMul(uint left, uint right);
static member BigMul : uint32 * uint32 -> uint64
Public Shared Function BigMul (left As UInteger, right As UInteger) As ULong

Parameters

left
UInt32

Het eerste getal dat moet worden vermenigvuldigd.

right
UInt32

Het tweede getal dat moet worden vermenigvuldigd.

Retouren

Het getal dat het product van de opgegeven getallen bevat.

Van toepassing op