UInt128.INumberBase<UInt128>.Abs(UInt128) Method 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the absolute of a value.
 static UInt128 System.Numerics.INumberBase<System.UInt128>.Abs(UInt128 value) = System::Numerics::INumberBase<UInt128>::Abs;
	static UInt128 INumberBase<UInt128>.Abs(UInt128 value);
	static member System.Numerics.INumberBase<System.UInt128>.Abs : UInt128 -> UInt128
	 Shared Function Abs (value As UInt128) As UInt128 Implements INumberBase(Of UInt128).Abs
	Parameters
- value
 - UInt128
 
The value for which to get its absolute.
Returns
The absolute of value.