Table of Contents

Operator operator --

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator --(ExInt128)

Decrements a value.

public static ExInt128 operator --(ExInt128 value)

Parameters

value ExInt128

The value to decrement.

Returns

ExInt128

The result of decrementing value.