Class DecimalNumericConversionFunction


  • public class DecimalNumericConversionFunction
    extends Object
    An abstract decimal numeric converting mapping function. For example "round()" would convert a float to an int and a double to a long.

    Takes a numeric Double or Float ValueStream or Value and returns a Long or Int ValueStream or Value, respectively.