NFloat.IsPositiveInfinity(NFloat) Yöntem

Tanım

Belirtilen değerin pozitif sonsuzluk olup olmadığını belirler.

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

Parametreler

value
NFloat

Kayan nokta değeri.

Döndürülenler

true değer pozitif sonsuz ise; false Aksi takdir -de.

Uygulamalar

Şunlara uygulanır