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

定義

判斷值是否為無限。

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

參數

value
UIntPtr

unativeint

要檢查的值。

傳回

true 如果 value 為無限,則為 ,否則為 false

實作

適用於