UInt64.IMultiplyOperators<UInt64,UInt64,UInt64>.CheckedMultiply Operator

Definition

Multiplies two values together to compute their product.

C#
static ulong IMultiplyOperators<ulong,ulong,ulong>.op_CheckedMultiply(ulong left, ulong right);

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

Product Versions
.NET 7, 8, 9