Table of Contents

Operator operator checked -

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator checked -(ExUInt128)

Computes the checked unary negation of a value.

public static ExUInt128 operator checked -(ExUInt128 value)

Parameters

value ExUInt128

The value for which to compute the unary negation.

Returns

ExUInt128

The unary negation of value.

Exceptions

OverflowException

The unary negation of value is not representable by TResult.