Method | Description | |
---|---|---|
Get ( ) : double |
Gets the value of the integral
|
|
Get ( double x ) : double |
Get the value of the integral
|
|
Integral ( ) |
New Integral.
|
|
ReInitialize ( ) : void |
Reinitialize the integral to zero.
|
|
ReInitialize ( double value ) : void |
Reinitialize the integral to the specified value.
|
public Get ( double x ) : double | ||
x | double | Value to add to the integral |
return | double |
public ReInitialize ( double value ) : void | ||
value | double | value to set the integral to |
return | void |