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

定义

确定值是否正常。

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

参数

value
UIntPtr

unativeint

要检查的值。

返回

true 如果 value 正常,则为 ;否则为 false

实现

适用于