BigInteger.INumberBase<BigInteger>.IsPositiveInfinity メソッド

定義

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

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

パラメーター

value
BigInteger

チェックする値。

戻り値

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

実装

適用対象