C# Class CascadeSharp.TKMath.math.math_FunctionSample

显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Bounds() public method

public Bounds ( double &A, double &B ) : void
A double
B double
return void

GetParameter() public method

public GetParameter ( int Index ) : double
Index int
return double

NbPoints() public method

public NbPoints ( ) : int
return int

math_FunctionSample() public method

public math_FunctionSample ( ) : System
return System

math_FunctionSample() public method

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

math_FunctionSample() public method

public math_FunctionSample ( math_FunctionSample parameter1 ) : System
parameter1 math_FunctionSample
return System