UInt32.BigMul(UInt32, UInt32) Yöntem

Tanım

İmzasız iki 32 bit sayının tam çarpımını üretir.

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

Parametreler

left
UInt32

Çarpmak için ilk sayı.

right
UInt32

Çarpmak için ikinci sayı.

Döndürülenler

Belirtilen sayıların çarpımını içeren sayı.

Şunlara uygulanır