Int64.BigMul(Int64, Int64) Methode

Definition

Produziert das gesamte Produkt von zwei 64-Bit-Zahlen.

public:
 static Int128 BigMul(long left, long right);
public static Int128 BigMul (long left, long right);
static member BigMul : int64 * int64 -> Int128
Public Shared Function BigMul (left As Long, right As Long) As Int128

Parameter

left
Int64

Die erste zahl, die multipliziert werden soll.

right
Int64

Die zweite zahl, die multipliziert werden soll.

Gibt zurück

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

Gilt für: