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

Tanım

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

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

Parametreler

value
IntPtr

nativeint

Denetlenecek değer.

Döndürülenler

true altnormal ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır