FP
class FP(val value: Double, val op: ConfigPredicate.CompareOp) : ConfigPredicate<Double, ConfigPredicate.CompareOp>
A predicate which matches against floating-point values.
The floating-point value is stored as a Double for maximum precision.
A predicate which matches against floating-point values.
The floating-point value is stored as a Double for maximum precision.