Package jline.lib.butools.trace
Class PdfResult
-
- All Implemented Interfaces:
public final class PdfResultResult class for PdfFromTrace containing x and y arrays.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoubleArrayxprivate final DoubleArrayy
-
Constructor Summary
Constructors Constructor Description PdfResult(DoubleArray x, DoubleArray y)
-
Method Summary
Modifier and Type Method Description final DoubleArraygetX()final DoubleArraygetY()-
-
Constructor Detail
-
PdfResult
PdfResult(DoubleArray x, DoubleArray y)
-
-
Method Detail
-
getX
final DoubleArray getX()
-
getY
final DoubleArray getY()
-
-
-
-