Uses of Class
com.ezylang.evalex.functions.FunctionParameter
-
-
Uses of FunctionParameter in com.ezylang.evalex.functions
Methods in com.ezylang.evalex.functions that return FunctionParameter Modifier and Type Method Description FunctionParameter[]value() -
Uses of FunctionParameter in com.ezylang.evalex.functions.basic
Classes in com.ezylang.evalex.functions.basic with annotations of type FunctionParameter Modifier and Type Class Description classAbsFunctionAbsolute (non-negative) value.classCeilingFunctionRounds the given value an integer using the rounding modeRoundingMode.CEILINGclassCoalesceFunctionReturns the first non-null parameter, orEvaluationValue.nullValue()if all parameters are null.classFactFunctionFactorial function, calculates the factorial of a base value.classFloorFunctionRounds the given value an integer using the rounding modeRoundingMode.FLOORclassLog10FunctionThe base 10 logarithm of a valueclassLogFunctionThe natural logarithm (base e) of a valueclassMaxFunctionReturns the maximum value of all parameters.classMinFunctionReturns the minimum value of all parameters.classNotFunctionBoolean negation function.classSqrtFunctionSquare root function, uses the standardBigDecimal.sqrt(MathContext)implementation.classSumFunctionReturns the sum value of all parameters. -
Uses of FunctionParameter in com.ezylang.evalex.functions.datetime
Classes in com.ezylang.evalex.functions.datetime with annotations of type FunctionParameter Modifier and Type Class Description classDateTimeFormatFunctionFunction to format a DATE_TIME vale.classDateTimeNewFunctionCreates a new DATE_TIME value with the given parameters.classDateTimeParseFunctionParses a date-time string to aEvaluationValue.DataType.DATE_TIMEvalue.classDateTimeToEpochFunctionFunction to convert a DATE_TIME value to milliseconds sind the epoch of 1970-01-01T00:00:00Z.classDurationFromMillisFunctionConverts the given milliseconds to a DURATION value.classDurationNewFunctionFunction to create a new Duration.classDurationParseFunctionConverts the given ISO-8601 duration string representation to a duration value.classDurationToMillisFunctionConverts a DURATION value to teh amount of milliseconds. -
Uses of FunctionParameter in com.ezylang.evalex.functions.string
Classes in com.ezylang.evalex.functions.string with annotations of type FunctionParameter Modifier and Type Class Description classStringLowerFunctionConverts the given value to lower case.classStringUpperFunctionConverts the given value to upper case. -
Uses of FunctionParameter in com.ezylang.evalex.functions.trigonometric
Classes in com.ezylang.evalex.functions.trigonometric with annotations of type FunctionParameter Modifier and Type Class Description classAcosFunctionReturns the arc-cosine (in degrees).classAcosHFunctionReturns the hyperbolic arc-cosine.classAcosRFunctionReturns the arc-cosine (in radians).classAcotFunctionReturns the arc-co-tangent (in degrees).classAcotHFunctionReturns the arc hyperbolic cotangent.classAcotRFunctionReturns the arc-co-tangent (in radians).classAsinFunctionReturns the arc-sine (in degrees).classAsinHFunctionReturns the hyperbolic arc-sine.classAsinRFunctionReturns the arc-sine (in radians).classAtanFunctionReturns the arc-tangent (in degrees).classAtanHFunctionReturns the hyperbolic arc-sine.classAtanRFunctionReturns the arc-tangent (in radians).classCosFunctionReturns the trigonometric cosine of an angle (in degrees).classCosHFunctionReturns the hyperbolic cosine of a value.classCosRFunctionReturns the trigonometric cosine of an angle (in radians).classCotFunctionReturns the co-tangent of an angle (in degrees).classCotHFunctionReturns the hyperbolic co-tangent of a value.classCotRFunctionReturns the trigonometric co-tangent of an angle (in radians).classCscFunctionReturns the co-secant (in degrees).classCscHFunctionReturns the co-secant.classCscRFunctionReturns the co-secant (in radians).classDegFunctionConverts an angle measured in radians to an approximately equivalent angle measured in degrees.classRadFunctionConverts an angle measured in degrees to an approximately equivalent angle measured in radians.classSecFunctionReturns the secant (in degrees).classSecHFunctionReturns the hyperbolic secant.classSecRFunctionReturns the secant (in radians).classSinFunctionReturns the trigonometric sine of an angle (in degrees).classSinHFunctionReturns the hyperbolic sine of a value.classSinRFunctionReturns the trigonometric sine of an angle (in radians).classTanFunctionReturns the trigonometric tangent of an angle (in degrees).classTanHFunctionReturns the hyperbolic tangent of a value.classTanRFunctionReturns the trigonometric tangent of an angle (in radians).
-