INumberBase<TSelf>.IsNaN(TSelf) Yöntem

Tanım

Bir değerin NaN olup olmadığını belirler.

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

Parametreler

value
TSelf

Denetlenecek değer.

Döndürülenler

true NaN ise value ; değilse, false.

Şunlara uygulanır