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

Definition

Bestimmt, ob ein Wert normal ist.

 static bool System.Numerics.INumberBase<System.Int64>.IsNormal(long value) = System::Numerics::INumberBase<long>::IsNormal;
static bool INumberBase<long>.IsNormal (long value);
static member System.Numerics.INumberBase<System.Int64>.IsNormal : int64 -> bool
 Shared Function IsNormal (value As Long) As Boolean Implements INumberBase(Of Long).IsNormal

Parameter

value
Int64

Der zu überprüfende Wert.

Gibt zurück

true , wenn value normal ist, falseandernfalls .

Implementiert

Gilt für: