Click or drag to resize
Bessel Class
Collection of Bessel functions.
Inheritance Hierarchy
SystemObject
  Imsl.MathBessel

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public sealed class Bessel

The Bessel type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberI(Double, Int32)
Evaluates a sequence of modified Bessel functions of the first kind with integer order and real argument.
Public methodStatic memberI(Double, Double, Int32)
Evaluates a sequence of modified Bessel functions of the first kind with real order and real argument.
Public methodStatic memberJ(Double, Int32)
Evaluates a sequence of Bessel functions of the first kind with integer order and real argument.
Public methodStatic memberJ(Double, Double, Int32)
Evaluate a sequence of Bessel functions of the first kind with real order and real positive argument.
Public methodStatic memberK(Double, Int32)
Evaluates a sequence of modified Bessel functions of the third kind with integer order and real argument.
Public methodStatic memberK(Double, Double, Int32)
Evaluates a sequence of modified Bessel functions of the third kind with fractional order and real argument.
Public methodStatic memberScaledK
Evaluate a sequence of exponentially scaled modified Bessel functions of the third kind with fractional order and real argument.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberY
Evaluate a sequence of Bessel functions of the second kind with real nonnegative order and real positive argument.
Top
See Also

Reference

Other Resources