Complex.UnaryPlus(Complex) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
値の単項プラスを計算します。
public:
static System::Numerics::Complex operator +(System::Numerics::Complex value) = System::Numerics::IUnaryPlusOperators<System::Numerics::Complex, System::Numerics::Complex>::op_UnaryPlus;
public static System.Numerics.Complex operator +(System.Numerics.Complex value);
static member ( ~+ ) : System.Numerics.Complex -> System.Numerics.Complex
Public Shared Operator + (value As Complex) As Complex
パラメーター
- value
- Complex
単項プラスを計算する値。
戻り値
の単項プラス value
。