UInt16.IMultiplyOperators<UInt16,UInt16,UInt16>.CheckedMultiply Operator

Definition

Multiplies two values together to compute their product.

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

Parameters

left
UInt16

The value that right multiplies.

right
UInt16

The value that multiplies left.

Returns

The product of left multiplied by right.

Implements

Applies to

Product Versions
.NET 7, 8, 9