NFloat.IsPositive(NFloat) Metodo

Definizione

Determina se un valore è positivo.

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

Parametri

value
NFloat

Valore da controllare.

Restituisce

true se è positivo; in caso value contrario, false.

Implementazioni

Commenti

Un valore restituito di false non implica che IsNegative(TSelf) restituirà true. Un numero complesso, per non zero b, a + bi non è positivo o negativo

Si applica a