Constructor | Description |
Full Usage:
QK61()
|
|
Instance member | Description |
Full Usage:
this.Integrate
Parameters:
Func<float, float>
a : float
b : float
result : byref<float>
abserr : byref<float>
resabs : byref<float>
resasc : byref<float>
|
|
Static member | Description |
Full Usage:
QK61.Integration(f, a, b, result, abserr, resabs, resasc)
Parameters:
Func<float, float>
a : float
b : float
result : byref<float>
abserr : byref<float>
resabs : byref<float>
resasc : byref<float>
|
|