NFloat.Abs(NFloat) Metod

Definition

Beräknar det absoluta värdet.

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

Parametrar

value
NFloat

Det värde som det absoluta värdet ska hämtas för.

Returer

Det absoluta av value.

Implementeringar

Gäller för