Uses of Class
com.ezylang.evalex.functions.FunctionParameters
-
Packages that use FunctionParameters Package Description com.ezylang.evalex.functions.basic com.ezylang.evalex.functions.datetime 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.classMaxFunctionReturns the maximum value of all parameters.classMinFunctionReturns the minimum value of all parameters.classRoundFunctionRounds the given value to the specified scale, using theMathContextof the expression configuration. -
Uses of FunctionParameters in com.ezylang.evalex.functions.datetime
Classes in com.ezylang.evalex.functions.datetime with annotations of type FunctionParameters Modifier and Type Class Description classDateTimeFormatFunctionFunction to format a DATE_TIME vale.classDateTimeParseFunctionParses a date-time string to aEvaluationValue.DataType.DATE_TIMEvalue.classDurationNewFunctionFunction to create a new Duration. -
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).classStringEndsWithFunctionReturns true if the string ends with the substring (case-sensitive).classStringStartsWithFunctionReturns true if the string starts with the substring (case-sensitive). -
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).
-