Table of Contents

Operator operator ~

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator ~(ExUInt128)

Computes the ones-complement representation of a given value.

public static ExUInt128 operator ~(ExUInt128 value)

Parameters

value ExUInt128

The value for which to compute the ones-complement.

Returns

ExUInt128

The ones-complement of value.