Class PowerFunction


  • public class PowerFunction
    extends Object
    A power mapping function.

    Uses:

    • If two numeric Values are passed in, a DoubleValue representing the first taken to the power of the second is returned.
    • If a numeric ValueStream and a numeric Value are passed in, a DoubleValueStream representing the power of the Value to each of the values of the ValueStream for a document is returned. (Or the other way, since the Value and ValueStream can be used in either order)