Show / Hide Table of Contents

Class BesselKImpl

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

Methods

BesselK(Double, Int32)

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