UInt64.BigMul(UInt64, UInt64) Methode

Definitie

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

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

Parameters

left
UInt64

Het eerste getal dat moet worden vermenigvuldigd.

right
UInt64

Het tweede getal dat moet worden vermenigvuldigd.

Retouren

Het getal dat het product van de opgegeven getallen bevat.

Van toepassing op