NFloat.Abs(NFloat) Method

Definition

Computes the absolute of a value.

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

Parameters

value
NFloat

The value for which to get its absolute.

Returns

The absolute of value.

Implements

Applies to