C# Class CascadeSharp.TKGeomBase.GeomLib.GeomLib_PolyFunc

Inheritance: math_FunctionWithDerivative
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method 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 method

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

GeomLib_PolyFunc() public method

public GeomLib_PolyFunc ( ) : System
return System

GeomLib_PolyFunc() public method

public GeomLib_PolyFunc ( GeomLib_PolyFunc parameter1 ) : System
parameter1 GeomLib_PolyFunc
return System

GeomLib_PolyFunc() public method

public GeomLib_PolyFunc ( Vector Coeffs ) : System
Coeffs Vector
return System

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