Table of Contents

Operator operator checked *

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator checked *(ExUInt128, ExUInt128)

Multiplies two values together to compute their product.

public static ExUInt128 operator checked *(ExUInt128 left, ExUInt128 right)

Parameters

left ExUInt128

The value which right multiplies.

right ExUInt128

The value which multiplies left.

Returns

ExUInt128

The product of left multiplied by right.

Exceptions

OverflowException

The product of left multiplied by right is not representable by TResult.