Share via


NMath.Abs Method

Definition

Overloads

Name Description
Abs(IntPtr)
Abs(NFloat)

Abs(IntPtr)

public static IntPtr Abs(IntPtr value);
static member Abs : nativeint -> nativeint

Parameters

value
IntPtr

nativeint

Returns

IntPtr

nativeint

Applies to

Abs(NFloat)

public static System.Runtime.InteropServices.NFloat Abs(System.Runtime.InteropServices.NFloat value);
static member Abs : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat

Parameters

value
NFloat

Returns

Applies to