Bessel J function.
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public TPSA BesselJ( int nu ) |
| Visual Basic |
|---|
Public Function BesselJ ( _ nu As Integer _ ) As TPSA |
| Visual C++ |
|---|
public: TPSA^ BesselJ( int nu ) |
Parameters
- nu
- Type: System..::..Int32
The bessel order.
Return Value
The Bessel J of the instance.
Remarks
Creates a new object and does not modify the instance.