NFloat.IsPositiveInfinity(NFloat) Méthode

Définition

Détermine si la valeur spécifiée est une infinie positive.

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

Paramètres

value
NFloat

Valeur à virgule flottante.

Retours

Boolean

true si la valeur est positive à l’infini ; false Sinon.

Implémente

S’applique à