UInt64.IMultiplyOperators<UInt64,UInt64,UInt64>.Multiply Operátor

Definice

Vynásobí dvě hodnoty dohromady a vypočítá jejich součin.

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

Parametry

left
UInt64

Hodnota, která right se vynásobí.

right
UInt64

Hodnota, která vynásobí lefthodnotu .

Návraty

Součin vynásobený left .right

Implementuje

Platí pro