IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
Control for test evaluation of scalar functions. More...
Public Member Functions | |
ScalarFunctionEvaluatorWindow () | |
ScalarFunctionEvaluatorWindow (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 | |
IScalarFunction | Function [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 |
|
getset |
Scalar function that is evaluated by the current control.
|
getset |
|
getset |
|
getset |