NFloat.IsPositiveInfinity(NFloat) Metod

Definition

Avgör om det angivna värdet är positiv oändlighet.

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

Parametrar

value
NFloat

Flyttalsvärdet.

Returer

true om värdet är positiv oändlighet; false Annars.

Implementeringar

Gäller för