Bessel Methods |
The Bessel type exposes the following members.
Name | Description | |
---|---|---|
I(Double) |
Bessel function of the first kind, of order 1.
| |
I(Int32, Double) |
Bessel function of the first kind, of order n.
| |
I0 |
Bessel function of the first kind, of order 0.
| |
J(Double) |
Bessel function of order 1.
| |
J(Int32, Double) |
Bessel function of order n.
| |
J0 |
Bessel function of order 0.
| |
Y(Double) |
Bessel function of the second kind, of order 1.
| |
Y(Int32, Double) |
Bessel function of the second kind, of order n.
| |
Y0 |
Bessel function of the second kind, of order 0.
|