package R;

/* JADX INFO: loaded from: classes.dex */
public class c {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    String f1625a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    int f1626b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    float f1627c = Float.MIN_VALUE;

    public c(String str, int i2) {
        this.f1625a = str;
        this.f1626b = i2;
    }

    public float a() {
        int i2 = this.f1626b;
        if (i2 >= 7 && i2 <= 9) {
            this.f1627c = 0.0f;
        }
        return this.f1627c;
    }
}
