Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / IrrFunction Field


In This Topic
    IrrFunction Field
    In This Topic
    Specifies an instance of the IRR function.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly IrrFunction As FunctionInfo
    'Usage
     
    
    Dim value As FunctionInfo
     
    value = FunctionInfo.IrrFunction
    public static readonly FunctionInfo IrrFunction
    Remarks
    For more information on this function, refer to the IRR function in the Spread for .NET Formula Reference.
    See Also