Table of Contents

Method Abs

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

Abs(ExInt128)

Computes the absolute of a value.

public static ExInt128 Abs(ExInt128 value)

Parameters

value ExInt128

The value for which to get its absolute.

Returns

ExInt128

The absolute of value.

Exceptions

OverflowException

The absolute of value is not representable by TSelf.