Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorInfo Class / IntersectOperator Field


In This Topic
    IntersectOperator Field
    In This Topic
    Represents an instance of the binary "Intersect" operator.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly IntersectOperator As BinaryOperatorInfo
    'Usage
     
    
    Dim value As BinaryOperatorInfo
     
    value = BinaryOperatorInfo.IntersectOperator
    public static readonly BinaryOperatorInfo IntersectOperator
    See Also