C# Class CascadeSharp.TKMath.math.math_FunctionWithDerivative

Inheritance: CascadeSharp.TKMath.math.math_Function
Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Derivative ( double X, double &D ) : bool
X double
D double
Résultat bool

Value() public méthode

public Value ( double X, double &F ) : bool
X double
F double
Résultat bool

Values() public méthode

public Values ( double X, double &F, double &D ) : bool
X double
F double
D double
Résultat bool

math_FunctionWithDerivative() public méthode

public math_FunctionWithDerivative ( ) : System
Résultat System

math_FunctionWithDerivative() public méthode

public math_FunctionWithDerivative ( math_FunctionWithDerivative parameter1 ) : System
parameter1 math_FunctionWithDerivative
Résultat System