NFloat.IsFinite(NFloat) Methode

Definition

Bestimmt, ob der angegebene Wert endlich ist (Null, Unternormal oder Normal).

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

Parameter

value
NFloat

Der Gleitkommawert.

Gibt zurück

true wenn der Wert endlich ist (Null, Unternormal oder Normal); false Andernfalls.

Implementiert

Gilt für: