NFloat.IsNegativeInfinity(NFloat) Yöntem

Tanım

Belirtilen değerin negatif sonsuz olup olmadığını belirler.

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

Parametreler

value
NFloat

Kayan nokta değeri.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır