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

チェックする値。

戻り値

value が負の場合に true します。それ以外の場合は、falseします。

実装

注釈

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

適用対象