Byte.INumberBase<Byte>.IsNormal(Byte) Yöntem

Tanım

Bir değerin normal olup olmadığını belirler.

 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

Parametreler

value
Byte

Denetlenecek değer.

Döndürülenler

true normalse value ; değilse, false.

Uygulamalar

Şunlara uygulanır