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

定義

値が正の無限大かどうかを判断します。

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

パラメーター

value
IntPtr

nativeint

チェックする値。

戻り値

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

実装

適用対象