Table of Contents

Operator operator checked -

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator checked -(ExUInt128, ExUInt128)

Subtracts two values to compute their difference.

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

Parameters

left ExUInt128

The value from which right is subtracted.

right ExUInt128

The value which is subtracted from left.

Returns

ExUInt128

The value of right subtracted from left.

Exceptions

OverflowException

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