Interface IValue
- All Known Implementing Classes:
Abs
,Ceil
,Cos
,CustomValue
,Floor
,Formula
,Root
,Sign
,Sin
,Square
,Tan
,ValueNum
public interface IValue
Represents a value in a formula
-
Method Summary
Modifier and TypeMethodDescriptiondouble
compute
(double... input) Gets the value using the two inputs
-
Method Details
-
compute
double compute(double... input) Gets the value using the two inputs- Parameters:
input
- the input data- Returns:
- result value
-