Complex.IsPositiveInfinity(Complex) メソッド

定義

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

public:
 static bool IsPositiveInfinity(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsPositiveInfinity;
public static bool IsPositiveInfinity (System.Numerics.Complex value);
static member IsPositiveInfinity : System.Numerics.Complex -> bool
Public Shared Function IsPositiveInfinity (value As Complex) As Boolean

パラメーター

value
Complex

チェックする値。

戻り値

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

実装

適用対象