共用方式為


IntPtr.Abs(IntPtr) 方法

定義

計算值的絕對值。

public:
 static IntPtr Abs(IntPtr value) = System::Numerics::INumberBase<IntPtr>::Abs;
public static IntPtr Abs (IntPtr value);
static member Abs : nativeint -> nativeint
Public Shared Function Abs (value As IntPtr) As IntPtr

參數

value
IntPtr

nativeint

傳回

IntPtr

nativeint

的絕對 。 value

實作

適用於