C# 클래스 CascadeSharp.TKMath.math.math_FunctionWithDerivative

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

공개 메소드들

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

메소드 상세

Derivative() 공개 메소드

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

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

math_FunctionWithDerivative() 공개 메소드

public math_FunctionWithDerivative ( ) : System
리턴 System

math_FunctionWithDerivative() 공개 메소드

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