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

Definition

Bestimmt, ob ein Wert normal ist.

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

Parameter

value
Byte

Der zu überprüfende Wert.

Gibt zurück

true , wenn value normal ist, andernfalls false.

Implementiert

Gilt für: