SByte.INumberBase<SByte>.IsSubnormal(SByte) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Avgör om ett värde är subnormalt.
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
Parametrar
- value
- SByte
Det värde som ska kontrolleras.
Returer
true if value is subnormal;wise, false.