Search Results for

    Show / Hide Table of Contents

    Class XirrCalculatorNewtonRaphson

    Inheritance
    object
    XirrCalculatorNewtonRaphson
    Implements
    IXirrCalculator
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Utils.Calculators.XIRR
    Assembly: LemonEdge.Utils.dll
    Syntax
    public class XirrCalculatorNewtonRaphson : IXirrCalculator

    Constructors

    XirrCalculatorNewtonRaphson(List<CashFlowDate>, IXirrCalculator, ILogger<XirrCalculatorNewtonRaphson>?)

    Declaration
    public XirrCalculatorNewtonRaphson(List<CashFlowDate> cashFlows, IXirrCalculator fallback, ILogger<XirrCalculatorNewtonRaphson>? logger = null)
    Parameters
    Type Name Description
    List<CashFlowDate> cashFlows
    IXirrCalculator fallback
    ILogger<XirrCalculatorNewtonRaphson> logger

    Methods

    Calculate(double, int)

    Declaration
    public double Calculate(double precision = 0, int decimals = 6)
    Parameters
    Type Name Description
    double precision
    int decimals
    Returns
    Type Description
    double

    Implements

    IXirrCalculator

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.