NFloat.IsFinite(NFloat) Methode

Definition

Diese Methode bestimmt, ob der Wert endlich ist (Null, subnormal 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, subnormal oder normal); sonst false.

Implementiert

Gilt für: