Freigeben über


TimesL-Funktion

Warnung

Diese Dokumentation bezieht sich auf das klassische QDK, das durch das moderne QDK ersetzt wurde.

Weitere Informationen finden https://aka.ms/qdk.api Sie in der API-Dokumentation für das moderne QDK.

Namespace: Microsoft.Quantum.Math

Paket: Microsoft.Quantum.Standard

Gibt das Produkt mit zwei Eingaben zurück.

function TimesL (a : BigInt, b : BigInt) : BigInt

Eingabe

a : BigInt

Die erste Eingabe $a$, die multipliziert werden soll.

b : BigInt

Die zweite Eingabe $b$, die multipliziert werden soll.

Ausgabe : BigInt

Das Produkt $a \times b$.