Spread WPF 17
GrapeCity.CalcEngine.Operators Namespace / CalcBinaryOperators Class / Intersection Field


In This Topic
    Intersection Field
    In This Topic
    Represents an instance of the binary intersect operator.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Intersection As CalcBinaryOperator
    'Usage
     
    Dim value As CalcBinaryOperator
     
    value = CalcBinaryOperators.Intersection
    public static readonly CalcBinaryOperator Intersection
    See Also