IntPtr.INumberBase<IntPtr>.IsInfinity(IntPtr) メソッド

定義

値が無限であるかどうかを判断します。

 static bool System.Numerics.INumberBase<nint>.IsInfinity(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsInfinity;
static bool INumberBase<IntPtr>.IsInfinity (IntPtr value);
static member System.Numerics.INumberBase<nint>.IsInfinity : nativeint -> bool
 Shared Function IsInfinity (value As IntPtr) As Boolean Implements INumberBase(Of IntPtr).IsInfinity

パラメーター

value
IntPtr

nativeint

チェックする値。

戻り値

true が無限の場合 value は 。それ以外の場合 falseは 。

実装

適用対象