NFloat.IsPositive(NFloat) Yöntem

Tanım

Bir değerin pozitif olup olmadığını belirler.

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

Parametreler

value
NFloat

Denetlenecek değer.

Döndürülenler

true pozitifse value , değilse, false.

Uygulamalar

Açıklamalar

değerinin false dönüş değeri döndüreceği IsNegative(TSelf)trueanlamına gelmez. Sıfır bolmayan için karmaşık bir sayı a + bi pozitif veya negatif değildir

Şunlara uygulanır