INumberBase<TSelf>.IsNaN(TSelf) Methode

Definition

Bestimmt, ob ein Wert NaN ist.

public:
 static bool IsNaN(TSelf value);
public static abstract bool IsNaN (TSelf value);
static member IsNaN : 'Self -> bool
Public Shared Function IsNaN (value As TSelf) As Boolean

Parameter

value
TSelf

Der zu überprüfende Wert.

Gibt zurück

true , wenn value naN ist, andernfalls false.

Gilt für: