UInt64.IMultiplyOperators<UInt64,UInt64,UInt64>.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 System::UInt64 System.Numerics.IMultiplyOperators<System.UInt64,System.UInt64,System.UInt64>.op_CheckedMultiply(System::UInt64 left, System::UInt64 right) = System::Numerics::IMultiplyOperators<System::UInt64, System::UInt64, System::UInt64>::op_CheckedMultiply;
static ulong IMultiplyOperators<ulong,ulong,ulong>.op_CheckedMultiply (ulong left, ulong right);
static member System.Numerics.IMultiplyOperators<System.UInt64,System.UInt64,System.UInt64>.op_CheckedMultiply : uint64 * uint64 -> uint64
Shared op_CheckedMultiply (left As ULong, right As ULong) As ULong Implements IMultiplyOperators(Of ULong, ULong, ULong).op_CheckedMultiply
Parameters
- left
- UInt64
The value that right
multiplies.
- right
- UInt64
The value that multiplies left
.
Returns
The product of left
multiplied by right
.
Implements
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.