Table of Contents

Operator operator checked ++

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator checked ++(ExUInt128)

Increments a value.

public static ExUInt128 operator checked ++(ExUInt128 value)

Parameters

value ExUInt128

The value to increment.

Returns

ExUInt128

The result of incrementing value.

Exceptions

OverflowException

The result of incrementing value is not representable by TSelf.