Interface BoundedFloatFunction<C>
- All Known Implementing Classes:
DensityFunctions.Spline.Coordinate
public interface BoundedFloatFunction<C>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfloatdefault <C2> BoundedFloatFunction<C2> static <C> BoundedFloatFunction<C> constant(float value) floatmaxValue()floatminValue()
-
Field Details
-
IDENTITY
-
-
Method Details
-
apply
-
minValue
float minValue() -
maxValue
float maxValue() -
constant
-
comap
-