|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Util.Func.Max
Returns the maximum of the reference float and the passed float
Field Summary | |
private float |
refVal
reference value |
Constructor Summary | |
Max(float refValue)
|
Method Summary | |
float |
compute(float x)
applies this function to x and returns the result |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private float refVal
Constructor Detail |
public Max(float refValue)
Method Detail |
public float compute(float x)
ScalFunctionOfScal
compute
in interface ScalFunctionOfScal
ScalFunctionOfScal.compute(float)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |