Operator operator checked *
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
operator checked *(ExInt128, ExInt128)
Multiplies two values together to compute their product.
public static ExInt128 operator checked *(ExInt128 left, ExInt128 right)
Parameters
Returns
- ExInt128
The product of
left
multiplied byright
.
Exceptions
- OverflowException
The product of
left
multiplied byright
is not representable byTResult
.