homeduke Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: Ident.java


weiter
   1public
   2class Ident
   3  implements RealFunction
   4{
   5  public
   6  double at(double x) {
   7    return
   8      x;
   9  }
  10
  11  public
  12  String toString() {
  13    return
  14      "x";
  15  }
  16}
  17

Die Quelle: Ident.java


Letzte Änderung: 10.06.2014
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel