SByte.INumberBase<SByte>.IsSubnormal(SByte) Yöntem

Tanım

Bir değerin normalin altında olup olmadığını belirler.

 static bool System.Numerics.INumberBase<System.SByte>.IsSubnormal(System::SByte value) = System::Numerics::INumberBase<System::SByte>::IsSubnormal;
static bool INumberBase<sbyte>.IsSubnormal (sbyte value);
static member System.Numerics.INumberBase<System.SByte>.IsSubnormal : sbyte -> bool
 Shared Function IsSubnormal (value As SByte) As Boolean Implements INumberBase(Of SByte).IsSubnormal

Parametreler

value
SByte

Denetlenecek değer.

Döndürülenler

true altnormalse value ; değilse, false.

Uygulamalar

Şunlara uygulanır