Byte.INumberBase<Byte>.IsSubnormal(Byte) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir değerin normalin altında olup olmadığını belirler.
static bool System.Numerics.INumberBase<System.Byte>.IsSubnormal(System::Byte value) = System::Numerics::INumberBase<System::Byte>::IsSubnormal;
static bool INumberBase<byte>.IsSubnormal(byte value);
static member System.Numerics.INumberBase<System.Byte>.IsSubnormal : byte -> bool
Shared Function IsSubnormal (value As Byte) As Boolean Implements INumberBase(Of Byte).IsSubnormal
Parametreler
- value
- Byte
Denetlenecek değer.
Döndürülenler
true altnormal ise value ; değilse, false.