NFloat.IsInfinity(NFloat) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen değerin sonsuz (pozitif veya negatif sonsuz) olup olmadığını belirler.
public:
static bool IsInfinity(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsInfinity;
public static bool IsInfinity(System.Runtime.InteropServices.NFloat value);
static member IsInfinity : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsInfinity (value As NFloat) As Boolean
Parametreler
- value
- NFloat
Kayan nokta değeri.
Döndürülenler
true
değer sonsuzsa (pozitif veya negatif sonsuz); false
Aksi takdir -de.