NFloat.IsInfinity(NFloat) Yöntem

Tanım

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.

Uygulamalar

Şunlara uygulanır