Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Deutsch) » UltraLiteJ » UltraLiteJ-Referenz » UltraLiteJ API-Referenz » DecimalNumber-Schnittstelle

 

add-Methode

Addiert zwei DecimalNumber-Objekte und gibt die Summe zurück

Syntax
DecimalNumber DecimalNumber.add(
  DecimalNumber num1,
  DecimalNumber num2
) throws ULjException
Parameter
  • num1   Eine erste Zahl

  • num2   Eine zweite Zahl

Rückgabe

Die Summe aus num1 und num2