NFloat.IsNaN(NFloat) Yöntem

Tanım

Belirtilen değerin NaN (sayı değil) olup olmadığını belirler.

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

Parametreler

value
NFloat

Kayan nokta değeri.

Döndürülenler

true değer NaN ise (sayı değilse); false Aksi takdir -de.

Uygulamalar

Şunlara uygulanır