Complex.IsNegativeInfinity(Complex) メソッド

定義

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

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

パラメーター

value
Complex

チェックする値。

返品

true valueが負の無限大の場合は、それ以外の場合はfalse

実装

適用対象