Table of Contents

Operator operator checked -

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator checked -(ExInt128, ExInt128)

Subtracts two values to compute their difference.

public static ExInt128 operator checked -(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.

Exceptions

OverflowException

The value of right subtracted from left is not representable by TResult.