UIntPtr.INumberBase<UIntPtr>.IsSubnormal(UIntPtr) Metoda

Definice

Určuje, jestli je hodnota podnormální.

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

Parametry

value
UIntPtr

unativeint

Hodnota, která se má zkontrolovat.

Návraty

true je-li value podnormální; v opačném případě false.

Implementuje

Platí pro