IntPtr.INumberBase<IntPtr>.IsSubnormal(IntPtr) Method

Definition

Determines if a value is subnormal.

 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

Parameters

value
IntPtr

nativeint

The value to be checked.

Returns

true if value is subnormal; otherwise, false.

Implements

Applies to