Show / Hide Table of Contents

Class BesselJImpl

Inheritance
System.Object
BesselBase
BesselJImpl
Inherited Members
BesselBase.f_PI
BesselBase.f_PI_DIV_2
BesselBase.f_PI_DIV_4
BesselBase.f_2_DIV_PI
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions.Engineering.Implementations
Assembly: EPPlus.dll
Syntax
public class BesselJImpl : BesselBase

Methods

BesselJ(Double, Int32)

Declaration
public FinanceCalcResult<double> BesselJ(double x, int N)
Parameters
Type Name Description
System.Double x
System.Int32 N
Returns
Type Description
FinanceCalcResult<System.Double>
Back to top Generated by DocFX