-
- All Implemented Interfaces:
public final class DoubleExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static BooleanfuzzyIn(Double $self, ClosedRange<Double> range)Checks if a double value is fuzzy contained in a range. -
-
Method Detail
-
fuzzyIn
final static Boolean fuzzyIn(Double $self, ClosedRange<Double> range)
Checks if a double value is fuzzy contained in a range.
- Parameters:
range- the range
-
-
-
-