NFloat.IsPositive(NFloat) Metod

Definition

Avgör om ett värde är positivt.

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

Parametrar

value
NFloat

Det värde som ska kontrolleras.

Returer

true om value är positiv, annars false.

Implementeringar

Kommentarer

Ett returvärde för false innebär inte att returnera IsNegative(TSelf)true. Ett komplext tal, a + bi för icke-noll b, är inte positivt eller negativt

Gäller för