NFloat.IsFinite(NFloat) Yöntem

Tanım

Belirtilen değerin sonlu (sıfır, alt normal veya normal) olup olmadığını belirler.

public:
 static bool IsFinite(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsFinite;
public static bool IsFinite (System.Runtime.InteropServices.NFloat value);
static member IsFinite : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsFinite (value As NFloat) As Boolean

Parametreler

value
NFloat

Kayan nokta değeri.

Döndürülenler

true değer sonlu ise (sıfır, alt normal veya normal); false Aksi takdir -de.

Uygulamalar

Şunlara uygulanır