Table of Contents

Operator operator *

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator *(ExInt128, ExInt128)

Multiplies two values together to compute their product.

public static ExInt128 operator *(ExInt128 left, ExInt128 right)

Parameters

left ExInt128

The value which right multiplies.

right ExInt128

The value which multiplies left.

Returns

ExInt128

The product of left multiplied by right.