메소드 | 설명 | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Compute ( ) : bool |
Computes the area of the function under the selected Range. The computed value will be available at this object's Area.
|
|
Integrate ( double>.Func |
Computes the area under the integral for the given function, in the given integration interval, using the Trapezoidal rule.
|
|
TrapezoidalRule ( ) : System |
Constructs a new TrapezoidalRule integration method.
|
|
TrapezoidalRule ( double>.Func |
Constructs a new TrapezoidalRule integration method.
|
|
TrapezoidalRule ( double>.Func |
Constructs a new TrapezoidalRule integration method.
|
|
TrapezoidalRule ( int steps ) : System |
Constructs a new TrapezoidalRule integration method.
|
|
TrapezoidalRule ( int steps, double>.Func |
Constructs a new TrapezoidalRule integration method.
|
|
TrapezoidalRule ( int steps, double>.Func |
Constructs a new TrapezoidalRule integration method.
|
public static Integrate ( double>.Func |
||
func | double>.Func | The unidimensional function whose integral should be computed. |
a | double | The beginning of the integration interval. |
b | double | The ending of the integration interval. |
steps | int | The number of steps into which the integration interval will be divided. |
리턴 | double |
public TrapezoidalRule ( double>.Func |
||
function | double>.Func | The unidimensional function whose integral should be computed. |
리턴 | System |
public TrapezoidalRule ( double>.Func |
||
function | double>.Func | The unidimensional function whose integral should be computed. |
a | double | The beginning of the integration interval. |
b | double | The ending of the integration interval. |
리턴 | System |
public TrapezoidalRule ( int steps ) : System | ||
steps | int | The number of steps into which the integration /// interval will be divided. |
리턴 | System |
public TrapezoidalRule ( int steps, double>.Func |
||
steps | int | The number of steps into which the integration /// interval will be divided. |
function | double>.Func | The unidimensional function /// whose integral should be computed. |
리턴 | System |
public TrapezoidalRule ( int steps, double>.Func |
||
steps | int | The number of steps into which the integration /// interval will be divided. |
function | double>.Func | The unidimensional function /// whose integral should be computed. |
a | double | The beginning of the integration interval. |
b | double | The ending of the integration interval. |
리턴 | System |