Byte.INumberBase<Byte>.IsNormal(Byte) Méthode

Définition

Détermine si une valeur est normale.

 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

Paramètres

value
Byte

Valeur à vérifier.

Retours

true si value est normal ; sinon, false.

Implémente

S’applique à