Int64.IMultiplyOperators<Int64,Int64,Int64>.Multiply 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>.operator *(long left, long right) = System::Numerics::IMultiplyOperators<long, long, long>::op_Multiply;
static long IMultiplyOperators<long,long,long>.operator * (long left, long right);
static member ( * ) : int64 * int64 -> int64
Shared Operator * (left As Long, right As Long) As Long Implements IMultiplyOperators(Of Long, Long, Long).op_Multiply
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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.