Decimal.UnaryPlus(Decimal) 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.
Returns the value of the Decimal operand (the sign of the operand is unchanged).
public:
static System::Decimal operator +(System::Decimal d);
public:
static System::Decimal operator +(System::Decimal d) = System::Numerics::IUnaryPlusOperators<System::Decimal, System::Decimal>::op_UnaryPlus;
public static decimal operator + (decimal d);
static member ( ~+ ) : decimal -> decimal
Public Shared Operator + (d As Decimal) As Decimal
Parameters
- d
- Decimal
The operand to return.
Returns
The value of the operand, d
.
Implements
Remarks
The UnaryPlus method defines the operation of the unary positive operator for Decimal values.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.