Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExponentOperatorInfo Class
Members


In This Topic
    ExponentOperatorInfo Class
    In This Topic
    Represents the exponent operator.
    Syntax
    'Declaration
     
    
    Public Class ExponentOperatorInfo 
       Inherits BinaryOperatorInfo
    'Usage
     
    
    Dim instance As ExponentOperatorInfo
    public class ExponentOperatorInfo : BinaryOperatorInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.OperatorInfo
          FarPoint.CalcEngine.BinaryOperatorInfo
             FarPoint.CalcEngine.ExponentOperatorInfo

    See Also