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 classAverageFunctionReturns the average (arithmetic mean) of the numeric arguments, with recursive support for arrays.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.classSwitchFunctionA function that evaluates one value (or expression) against a list of values, and returns the result corresponding to the first matching value. -
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).classStringFormatFunctionReturns a formatted string using the specified format string and arguments, using the configured locale.classStringLeftFunctionRepresents a function that extracts a substring from the left side of a given string.classStringMatchesFunctionReturns true if the string matches the pattern.classStringRightFunctionRepresents a function that extracts a substring from the right side of a given string.classStringSplitFunctionA function that splits a string into an array, separators specified.classStringStartsWithFunctionReturns true if the string starts with the substring (case-sensitive).classStringSubstringFunctionReturns a substring of a string. -
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).
-