Double.IUnaryPlusOperators<Double,Double>.UnaryPlus(Double) 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.
static double System.Numerics.IUnaryPlusOperators<System.Double,System.Double>.operator +(double value) = System::Numerics::IUnaryPlusOperators<double, double>::op_UnaryPlus;
static double IUnaryPlusOperators<double,double>.operator + (double value);
static member ( ~+ ) : double -> double
Shared Operator + (value As Double) As Double Implements IUnaryPlusOperators(Of Double, Double).op_UnaryPlus
Parameters
- value
- Double
The value for which to compute the unary plus.
Returns
The unary plus of value
.
Implements
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.