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

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

공개 메소드들

메소드 설명
Bounds ( double &A, double &B ) : void
GetParameter ( int Index ) : double
NbPoints ( ) : int
math_FunctionSample ( ) : System
math_FunctionSample ( double A, double B, int N ) : System
math_FunctionSample ( math_FunctionSample parameter1 ) : System

메소드 상세

Bounds() 공개 메소드

public Bounds ( double &A, double &B ) : void
A double
B double
리턴 void

GetParameter() 공개 메소드

public GetParameter ( int Index ) : double
Index int
리턴 double

NbPoints() 공개 메소드

public NbPoints ( ) : int
리턴 int

math_FunctionSample() 공개 메소드

public math_FunctionSample ( ) : System
리턴 System

math_FunctionSample() 공개 메소드

public math_FunctionSample ( double A, double B, int N ) : System
A double
B double
N int
리턴 System

math_FunctionSample() 공개 메소드

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