NFloat.Abs(NFloat) Yöntem

Tanım

Bir değerin mutlak değerini hesaplar.

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

Parametreler

value
NFloat

Mutlak değerinin alındığı değer.

Döndürülenler

öğesinin mutlak.value

Uygulamalar

Şunlara uygulanır