
Package Functions | |
| double | y (double x) |
This interface is to defne mathematical functions, i.e. method that takes one double value as argument and calculate another value from this argument and return it.
| double com::cosylab::gui::components::r2::chart::Function::y | ( | double | x | ) | [package] |
This is method method for calculating value of function and return it.
Implemented in com::cosylab::gui::components::r2::chart::SinusFunction.
Referenced by com::cosylab::gui::components::r2::chart::FunctionDataModel::next().
1.6.2