Table of Contents

Operator operator --

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator --(ExUInt128)

Decrements a value.

public static ExUInt128 operator --(ExUInt128 value)

Parameters

value ExUInt128

The value to decrement.

Returns

ExUInt128

The result of decrementing value.