C# 클래스 CascadeSharp.TKGeomBase.GeomLib.GeomLib_PolyFunc

상속: math_FunctionWithDerivative
파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Derivative() 공개 메소드

public Derivative ( double X, double &D ) : bool
X double
D double
리턴 bool

GeomLib_PolyFunc() 공개 메소드

public GeomLib_PolyFunc ( ) : System
리턴 System

GeomLib_PolyFunc() 공개 메소드

public GeomLib_PolyFunc ( GeomLib_PolyFunc parameter1 ) : System
parameter1 GeomLib_PolyFunc
리턴 System

GeomLib_PolyFunc() 공개 메소드

public GeomLib_PolyFunc ( Vector Coeffs ) : System
Coeffs Vector
리턴 System

Value() 공개 메소드

public Value ( double X, double &F ) : bool
X double
F double
리턴 bool

Values() 공개 메소드

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