NFloat.Abs(NFloat) Methode

Definition

Berechnet das Absolute eines Werts.

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

Parameter

value
NFloat

Der Wert, für den der absolute Wert abgerufen werden soll.

Gibt zurück

Das Absolute von value.

Implementiert

Gilt für: