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

Definição

Determina se um valor é normal.

 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

Parâmetros

value
Byte

O valor a ser verificado.

Retornos

true se value for normal; caso contrário, false.

Implementações

Aplica-se a