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

Definition

Determines if a value is subnormal.

 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

Parameters

value
UIntPtr

unativeint

The value to be checked.

Returns

true if value is subnormal; otherwise, false.

Implements

Applies to