public class EpsilonNotEquals extends BaseCondition
value| Constructor and Description |
|---|
EpsilonNotEquals()
Special constructor for pairwise boolean operations.
|
EpsilonNotEquals(Number value) |
EpsilonNotEquals(Number value,
Number eps) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
apply(Number input) |
Conditions.ConditionMode |
conditionType()
Returns condition ID for native side
|
double |
epsThreshold() |
void |
setValue(Number value)
Allows overriding of the value.
|
getValuepublic EpsilonNotEquals()
public EpsilonNotEquals(Number value)
public void setValue(Number value)
ConditionsetValue in interface ConditionsetValue in class BaseConditionpublic Conditions.ConditionMode conditionType()
public double epsThreshold()
epsThreshold in interface ConditionepsThreshold in class BaseConditionCopyright © 2022. All rights reserved.