SByte.IMultiplyOperators<SByte,SByte,SByte>.Multiply 操作员  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将两个值相乘以计算其乘积。
 static System::SByte System.Numerics.IMultiplyOperators<System.SByte,System.SByte,System.SByte>.operator *(System::SByte left, System::SByte right) = System::Numerics::IMultiplyOperators<System::SByte, System::SByte, System::SByte>::op_Multiply;
	static sbyte IMultiplyOperators<sbyte,sbyte,sbyte>.operator *(sbyte left, sbyte right);
	static member ( * ) : sbyte * sbyte -> sbyte
	 Shared Operator * (left As SByte, right As SByte) As SByte Implements IMultiplyOperators(Of SByte, SByte, SByte).op_Multiply
	参数
- left
 - SByte
 
乘以的值 right 。
- right
 - SByte
 
乘以 left的值。
返回
乘以 right的left乘积。