public class Plus extends ValueFunction implements Serializable
Modifier and Type | Method and Description |
---|---|
double |
execute(double in1,
double in2) |
double |
execute(long in1,
long in2) |
String |
execute(String in1,
String in2) |
static Plus |
getPlusFnObject() |
requiresCorrection
public static Plus getPlusFnObject()
public double execute(double in1, double in2)
execute
in class FunctionObject
public double execute(long in1, long in2)
execute
in class FunctionObject
public String execute(String in1, String in2)
execute
in class FunctionObject
Copyright © 2020 The Apache Software Foundation. All rights reserved.