C# Class CascadeSharp.TKGeomBase.GeomLib.GeomLib_PolyFunc

Inheritance: math_FunctionWithDerivative
Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
Derivative ( double X, double &D ) : bool
GeomLib_PolyFunc ( ) : System
GeomLib_PolyFunc ( GeomLib_PolyFunc parameter1 ) : System
GeomLib_PolyFunc ( Vector Coeffs ) : System
Value ( double X, double &F ) : bool
Values ( double X, double &F, double &D ) : bool

Method Details

Derivative() public méthode

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

GeomLib_PolyFunc() public méthode

public GeomLib_PolyFunc ( ) : System
Résultat System

GeomLib_PolyFunc() public méthode

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

GeomLib_PolyFunc() public méthode

public GeomLib_PolyFunc ( Vector Coeffs ) : System
Coeffs Vector
Résultat System

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