NFloat.IsPositiveInfinity(NFloat) Methode

Definition

Bestimmt, ob der angegebene Wert positiv unendlich ist.

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

Parameter

value
NFloat

Der Gleitkommawert.

Gibt zurück

true , wenn der Wert positiv unendlich ist; false Andernfalls.

Implementiert

Gilt für: