UInt64.BigMul(UInt64, UInt64) Methode

Definition

Produziert das gesamte Produkt von zwei nicht signierten 64-Bit-Nummern.

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

Parameter

left
UInt64

Die erste zahl, die multipliziert werden soll.

right
UInt64

Die zweite zahl, die multipliziert werden soll.

Gibt zurück

Die Nummer, die das Produkt der angegebenen Nummern enthält.

Gilt für: