IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Control for test evaluation of scalar functions. More...
Public Member Functions | |
ScalarFunctionEvaluatorForm () | |
ScalarFunctionEvaluatorForm (IScalarFunction function, string[] parameterNames, double[] parameterValues) | |
Constructs the control, with starting data specified. More... | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Properties | |
ScalarFunctionEvaluatorControl | MainControl [get] |
Returns this form's main control. More... | |
IVectorFunction | VectorFunction [get, set] |
Scalar function that is evaluated by the current control. More... | |
IScalarFunction | ScalarFunction [get, set] |
Scalar function that is evaluated by the current control. More... | |
string[] | ParameterNames [get, set] |
double[] | ParameterValues [get, set] |
int | NumParameters [get, set] |
Private Member Functions | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
ScalarFunctionEvaluatorControl | scalarFunctionEvaluatorControl1 |
Control for test evaluation of scalar functions.
User can define input parameter values and evaluate the function at those parameters.
$A Igor Jul14;
|
inline |
|
inline |
Constructs the control, with starting data specified.
function | Scalar function. |
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
private |
Required designer variable.
|
private |
|
get |
Returns this form's main control.
Referenced by IG.Forms.ScalarFunctionScriptControl.btnValueCalculator_Click().
|
getset |
Scalar function that is evaluated by the current control.
|
getset |
Scalar function that is evaluated by the current control.
|
getset |
|
getset |
|
getset |