Spread ASP.NET 16
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / AsinFunction Field


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