UInt64.IMultiplyOperators<UInt64,UInt64,UInt64>.Multiply 运算符

定义

将两个值相乘以计算其乘积。

 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

参数

left
UInt64

乘以的值 right

right
UInt64

乘以 left的值。

返回

left 以 的 right乘积。

实现

适用于