Int64.IMultiplyOperators<Int64,Int64,Int64>.CheckedMultiply Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Multiplies two values together to compute their product.
static long System.Numerics.IMultiplyOperators<System.Int64,System.Int64,System.Int64>.op_CheckedMultiply(long left, long right) = System::Numerics::IMultiplyOperators<long, long, long>::op_CheckedMultiply;
static long IMultiplyOperators<long,long,long>.op_CheckedMultiply (long left, long right);
static member System.Numerics.IMultiplyOperators<System.Int64,System.Int64,System.Int64>.op_CheckedMultiply : int64 * int64 -> int64
Shared op_CheckedMultiply (left As Long, right As Long) As Long Implements IMultiplyOperators(Of Long, Long, Long).op_CheckedMultiply
Parameters
- left
- Int64
The value that right
multiplies.
- right
- Int64
The value that multiplies left
.
Returns
The product of left
multiplied by right
.
Implements
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.