Beispiel:
qf := NewQuantenfolge() q := LinienQuant([@"5.1.1980 0:00", @"13.12.1981 8:00"], 10,12) qf.AppendQuant (q) tup := qf.QFExtrema() ymin := tup.GetZahl("Min") ymax := tup.GetZahl("Max") zpmin := @(tup.GetText("MinX")) zpmax := @(tup.GetText("MaxX"))
Falls ql nur aus Lückewerten besteht, wird Min und Max auf Lücke gesetzt und MinX und MaxX auf Leerstring. Ist ql leer, wird ein ungültiges Tupel geliefert.
toposoft 28.10.2024