Int64.IMultiplyOperators<Int64,Int64,Int64>.CheckedMultiply Operator
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
- left
- Int64
The value that right
multiplies.
- right
- Int64
The value that multiplies left
.
The product of left
multiplied by right
.
Proizvod | Verzije |
---|---|
.NET | 7, 8, 9, 10 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: