Class BesselYImpl
Inherited Members
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 BesselYImpl : BesselBase
Methods
BesselY(Double, Int32)
Declaration
public FinanceCalcResult<double> BesselY(double fNum, int nOrder)
Parameters
Type | Name | Description |
---|---|---|
System.Double | fNum | |
System.Int32 | nOrder |
Returns
Type | Description |
---|---|
FinanceCalcResult<System.Double> |