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

Definizione

Determina se un valore è 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

Parametri

value
Byte

Valore da controllare.

Restituisce

true se value è normale; in caso contrario, false.

Implementazioni

Si applica a