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

Definicja

Określa, czy wartość jest normalna.

 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

Parametry

value
Byte

Wartość do sprawdzenia.

Zwraca

true jeśli value jest normalny; w przeciwnym razie wartość false.

Implementuje

Dotyczy