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


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