Table of Contents

Operator operator -

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator -(ExInt128, ExInt128)

Subtracts two values to compute their difference.

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

Parameters

left ExInt128

The value from which right is subtracted.

right ExInt128

The value which is subtracted from left.

Returns

ExInt128

The value of right subtracted from left.