NFloat.IsFinite(NFloat) Methode

Definitie

Bepaalt of de opgegeven waarde eindig is (nul, subnormaal of normaal).

public:
 static bool IsFinite(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsFinite;
public static bool IsFinite(System.Runtime.InteropServices.NFloat value);
static member IsFinite : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsFinite (value As NFloat) As Boolean

Parameters

value
NFloat

De drijvende-kommawaarde.

Retouren

true als de waarde eindig is (nul, subnormaal of normaal); false Anders.

Implementeringen

Van toepassing op