NFloat.IsNormal(NFloat) Methode

Definition

Bestimmt, ob der angegebene Wert normal ist.

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

Parameter

value
NFloat

Der Gleitkommawert.

Gibt zurück

true, wenn der Wert normal ist; sonst false.

Implementiert

Gilt für: