UIntPtr.INumberBase<UIntPtr>.IsSubnormal(UIntPtr) 方法

定义

确定某个值是否为非正常值。

 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

参数

value
UIntPtr

unativeint

要检查的值。

返回

如果 为非正常,则为

实现

适用于