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


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