NFloat.IsNaN(NFloat) Methode

Definitie

Bepaalt of de opgegeven waarde NaN (geen getal) is.

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

De drijvende-kommawaarde.

Retouren

true als de waarde NaN is (geen getal); false Anders.

Implementeringen

Van toepassing op