Uses of Class
com.ezylang.evalex.functions.FunctionParameters
-
Packages that use FunctionParameters Package Description com.ezylang.evalex.functions.basic com.ezylang.evalex.functions.string com.ezylang.evalex.functions.trigonometric -
-
Uses of FunctionParameters in com.ezylang.evalex.functions.basic
Classes in com.ezylang.evalex.functions.basic with annotations of type FunctionParameters Modifier and Type Class Description classIfFunctionConditional evaluation function.classRoundFunctionRounds the given value to the specified scale, using theMathContextof the expression configuration. -
Uses of FunctionParameters in com.ezylang.evalex.functions.string
Classes in com.ezylang.evalex.functions.string with annotations of type FunctionParameters Modifier and Type Class Description classStringContainsReturns true, if the string contains the substring (case-insensitive). -
Uses of FunctionParameters in com.ezylang.evalex.functions.trigonometric
Classes in com.ezylang.evalex.functions.trigonometric with annotations of type FunctionParameters Modifier and Type Class Description classAtan2FunctionReturns the angle of atan2 (in degrees).classAtan2RFunctionReturns the angle of atan2 (in radians).
-