UInt128.INumberBase<UInt128>.Abs(UInt128) 方法

定义

计算值的绝对值。

 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

参数

value
UInt128

要获取其绝对值的值。

返回

的绝对值 value

实现

适用于