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

Definición

Determina si un valor es 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

Valor que se va a comprobar.

Devoluciones

true es si value es normal; de lo contrario, falsees .

Implementaciones

Se aplica a