- CeilingFunctionExtension - Class in io.siddhi.extension.execution.math
-
ceil(a)
Wraps java.lang.Math.ceil()
Returns the smallest (closest to negative infinity) double value that is greater
than or equal to the argument and is equal to a mathematical integer.
- CeilingFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.CeilingFunctionExtension
-
- ConvertFunctionExtension - Class in io.siddhi.extension.execution.math
-
conv(a,fromBase,toBase)
convert the value from one base to other base.
- ConvertFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.ConvertFunctionExtension
-
- convertToDouble(Object) - Static method in class io.siddhi.extension.execution.math.util.MathUtil
-
Converts the input to double
- CopySignFunctionExtension - Class in io.siddhi.extension.execution.math
-
copysign(magnitude,sign);
Returns the first argument with the sign of the second argument.
- CopySignFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.CopySignFunctionExtension
-
- CosFunctionExtension - Class in io.siddhi.extension.execution.math
-
cos(a);
Returns the cosine of a (a is in radians).
- CosFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.CosFunctionExtension
-
- CoshFunctionExtension - Class in io.siddhi.extension.execution.math
-
cosh(a);
Returns the hyperbolic cosine of a (a is in radians).
- CoshFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.CoshFunctionExtension
-
- CubeRootFunctionExtension - Class in io.siddhi.extension.execution.math
-
cbrt(a);
Returns the cube-root of a (a is in radians).
- CubeRootFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.CubeRootFunctionExtension
-
- currentValue() - Method in class io.siddhi.extension.execution.math.util.PercentileAttributeState
-