Complex.UnaryPlus(Complex) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the unary plus of a value.
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
Parameters
- value
- Complex
The value for which to compute the unary plus.
Returns
The unary plus of value
.
Implements
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.