Smooth function of a single variable to be minimized.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
double F( double x ) |
Visual Basic (Declaration) |
---|
Function F ( _ x As Double _ ) As Double |
Visual C++ |
---|
double F( double x ) |
Parameters
- x
- Type: System..::.Double
A double, the point at which the function is to be evaluated.