Int32.INumberBase<Int32>.IsNormal(Int32) Methode

Definition

Bestimmt, ob ein Wert normal ist.

 static bool System.Numerics.INumberBase<System.Int32>.IsNormal(int value) = System::Numerics::INumberBase<int>::IsNormal;
static bool INumberBase<int>.IsNormal (int value);
static member System.Numerics.INumberBase<System.Int32>.IsNormal : int -> bool
 Shared Function IsNormal (value As Integer) As Boolean Implements INumberBase(Of Integer).IsNormal

Parameter

value
Int32

Der zu überprüfende Wert.

Gibt zurück

true , wenn value normal ist, andernfalls false.

Implementiert

Gilt für: