NFloat.IsNaN(NFloat) Method

Definition

Determines whether the specified value is NaN (not a number).

public:
 static bool IsNaN(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsNaN;
public static bool IsNaN (System.Runtime.InteropServices.NFloat value);
static member IsNaN : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsNaN (value As NFloat) As Boolean

Parameters

value
NFloat

The floating-point value.

Returns

true if the value is NaN (not a number); false otherwise.

Implements

Applies to