Metodo System::Decimal::Add
Decimal::Add method
Aggiunge due valori Decimal specificati.
static Decimal System::Decimal::Add(const Decimal &d1, const Decimal &d2)
| Parametro | Tipo | Descrizione |
|---|---|---|
| d1 | const Decimal& | Primo valore. |
| d2 | const Decimal& | Secondo valore. |
ReturnValue
La somma di d1 e d2.
Vedi anche
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Font for C++