Table of Contents

Operator operator ~

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator ~(ExInt128)

Computes the ones-complement representation of a given value.

public static ExInt128 operator ~(ExInt128 value)

Parameters

value ExInt128

The value for which to compute the ones-complement.

Returns

ExInt128

The ones-complement of value.