Complex.IsNegative(Complex) メソッド

定義

値が負かどうかを判断します。

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

パラメーター

value
Complex

チェックする値。

戻り値

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

実装

注釈

の戻り値falseは、 を返trueすというIsPositive(TSelf)意味ではありません。 0 b以外の複素数a + biは、正または負ではありません

適用対象