NFloat.IsPositiveInfinity(NFloat) Methode

Definitie

Bepaalt of de opgegeven waarde positief oneindig is.

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

Parameters

value
NFloat

De drijvende-kommawaarde.

Retouren

true als de waarde positief oneindig is; false Anders.

Implementeringen

Van toepassing op