Method Abs
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
Abs(ExInt128)
Computes the absolute of a value.
public static ExInt128 Abs(ExInt128 value)
Parameters
valueExInt128The value for which to get its absolute.
Returns
- ExInt128
The absolute of
value.
Exceptions
- OverflowException
The absolute of
valueis not representable byTSelf.