mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-01 17:15:20 +00:00
30 lines
542 B
Java
30 lines
542 B
Java
package com.efiAnalytics.ui;
|
|
|
|
class aX {
|
|
private double b;
|
|
|
|
private double c;
|
|
|
|
aX(aU paramaU, double paramDouble1, double paramDouble2) {
|
|
this.b = paramDouble1;
|
|
this.c = paramDouble2;
|
|
}
|
|
|
|
public double a() {
|
|
return this.b;
|
|
}
|
|
|
|
public double b() {
|
|
return this.c - this.b;
|
|
}
|
|
|
|
public double c() {
|
|
return this.c;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/aX.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |