System::Decimal::Add मेथड
Decimal::Add method
दो निर्दिष्ट Decimal मानों को जोड़ता है।
static Decimal System::Decimal::Add(const Decimal &d1, const Decimal &d2)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| d1 | const Decimal& | पहला मान। |
| d2 | const Decimal& | दूसरा मान। |
ReturnValue
d1 और d2 का योग।
संबंधित देखें
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Page for C++