C# Class CascadeSharp.TKMath.math.math_FunctionWithDerivative

Inheritance: CascadeSharp.TKMath.math.math_Function
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Derivative ( double X, double &D ) : bool
Value ( double X, double &F ) : bool
Values ( double X, double &F, double &D ) : bool
math_FunctionWithDerivative ( ) : System
math_FunctionWithDerivative ( math_FunctionWithDerivative parameter1 ) : System

Method Details

Derivative() public method

public Derivative ( double X, double &D ) : bool
X double
D double
return bool

Value() public method

public Value ( double X, double &F ) : bool
X double
F double
return bool

Values() public method

public Values ( double X, double &F, double &D ) : bool
X double
F double
D double
return bool

math_FunctionWithDerivative() public method

public math_FunctionWithDerivative ( ) : System
return System

math_FunctionWithDerivative() public method

public math_FunctionWithDerivative ( math_FunctionWithDerivative parameter1 ) : System
parameter1 math_FunctionWithDerivative
return System