Bagikan melalui


UInt64.IMultiplyOperators<UInt64,UInt64,UInt64>.CheckedMultiply Operator

Definisi

Mengalikan dua nilai bersama-sama untuk menghitung produknya.

 static System::UInt64 System.Numerics.IMultiplyOperators<System.UInt64,System.UInt64,System.UInt64>.op_CheckedMultiply(System::UInt64 left, System::UInt64 right) = System::Numerics::IMultiplyOperators<System::UInt64, System::UInt64, System::UInt64>::op_CheckedMultiply;
static ulong IMultiplyOperators<ulong,ulong,ulong>.op_CheckedMultiply (ulong left, ulong right);
static member System.Numerics.IMultiplyOperators<System.UInt64,System.UInt64,System.UInt64>.op_CheckedMultiply : uint64 * uint64 -> uint64
 Shared op_CheckedMultiply (left As ULong, right As ULong) As ULong Implements IMultiplyOperators(Of ULong, ULong, ULong).op_CheckedMultiply

Parameter

left
UInt64

Nilai yang right mengalikan.

right
UInt64

Nilai yang mengalikan left.

Mengembalikan

Produk dikalikan left dengan right.

Penerapan

Berlaku untuk