Show / Hide Table of Contents

Class BesselIimpl

Inheritance
System.Object
BesselBase
BesselIimpl
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 BesselIimpl : BesselBase

Methods

BesselI(Double, Int32)

Declaration
public FinanceCalcResult<double> BesselI(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