Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / Atan2FunctionInfo Class
Members


In This Topic
    Atan2FunctionInfo Class
    In This Topic
    Returns the arctangent of the specified x- and y-coordinates.
    Syntax
    'Declaration
     
    
    Public Class Atan2FunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As Atan2FunctionInfo
    public class Atan2FunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.Atan2FunctionInfo

    See Also