NFloat.IsNaN(NFloat) Methode

Definition

Bestimmt, ob der angegebene Wert NaN (keine Zahl) ist.

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

Parameter

value
NFloat

Der Gleitkommawert.

Gibt zurück

true , wenn der Wert NaN (keine Zahl) ist; false Andernfalls.

Implementiert

Gilt für: