NFloat.Abs(NFloat) 方法

定义

计算值的绝对值。

public:
 static System::Runtime::InteropServices::NFloat Abs(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::Abs;
public static System.Runtime.InteropServices.NFloat Abs (System.Runtime.InteropServices.NFloat value);
static member Abs : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Abs (value As NFloat) As NFloat

参数

value
NFloat

要获取其绝对值的值。

返回

的绝对值 value

实现

适用于