asposecells.api

Class EquationMathematicalOperatorType

Utility class containing constants. Mathematical Operators Type

Field Summary
const  intUNKNOWN
Use unknown type when not found in existing type.
const  intFOR_ALL
"∀" Unicode:\u2200
const  intCOMPLEMENT
"∁" Unicode:\u2201
const  intPARTIAL_DIFFERENTIAL
"∂" Unicode:\u2202
const  intEXISTS
"∃" Unicode:\u2203
const  intNOT_EXISTS
"∄" Unicode:\u2204
const  intEMPTY_SET
"∅" Unicode:\u2205
const  intINCREMENT
"∆" Unicode:\u2206
const  intNABLA
"∇" Unicode:\u2207
const  intELEMENT_OF
"∈" Unicode:\u2208
const  intNOT_AN_ELEMENT_OF
"∉" Unicode:\u2209
const  intSMALL_ELEMENT_OF
"∊" Unicode:\u220a
const  intCONTAIN
"∋" Unicode:\u220b
const  intNOT_CONTAIN
"∌" Unicode:\u220c
const  intSMALL_CONTAIN
"∍" Unicode:\u220d
const  intEND_OF_PROOF
"∎" Unicode:\u220e
const  intNARY_PRODUCT
"∏" Unicode:\u220f
const  intNARY_COPRODUCT
"∐" Unicode:\u2210
const  intNARY_SUMMATION
"∑" Unicode:\u2211
const  intLOGICAL_AND
"∧" Unicode:\u2227
const  intLOGICAL_OR
"∨" Unicode:\u2228
const  intINTERSECTION
"∩" Unicode:\u2229
const  intUNION
"∪" Unicode:\u222a
const  intINTEGRAL
"∫" Unicode:\u222b
const  intDOUBLE_INTEGRAL
"∬" Unicode:\u222c
const  intTRIPLE_INTEGRAL
"∭" Unicode:\u222d
const  intCONTOUR_INTEGRAL
"∮" Unicode:\u222e
const  intSURFACE_INTEGRAL
"∯" Unicode:\u222f
const  intVOLUME_INTEGRAL
"∰" Unicode:\u2230
const  intCLOCKWISE
"∱" Unicode:\u2231
const  intCLOCKWISE_CONTOUR_INTEGRAL
"∲" Unicode:\u2232
const  intANTICLOCKWISE_CONTOUR_INTEGRAL
"∳" Unicode:\u2233
const  intNARY_LOGICAL_AND
"⋀" Unicode:\u22c0
const  intNARY_LOGICAL_OR
"⋁" Unicode:\u22c1
const  intNARY_INTERSECTION
"⋂" Unicode:\u22c2
const  intNARY_UNION
"⋃" Unicode:\u22c3
 

    • Field Detail

      • UNKNOWN

        const int UNKNOWN
        Use unknown type when not found in existing type.
      • FOR_ALL

        const int FOR_ALL
        "∀" Unicode:\u2200
      • COMPLEMENT

        const int COMPLEMENT
        "∁" Unicode:\u2201
      • PARTIAL_DIFFERENTIAL

        const int PARTIAL_DIFFERENTIAL
        "∂" Unicode:\u2202
      • EXISTS

        const int EXISTS
        "∃" Unicode:\u2203
      • NOT_EXISTS

        const int NOT_EXISTS
        "∄" Unicode:\u2204
      • EMPTY_SET

        const int EMPTY_SET
        "∅" Unicode:\u2205
      • INCREMENT

        const int INCREMENT
        "∆" Unicode:\u2206
      • NABLA

        const int NABLA
        "∇" Unicode:\u2207
      • ELEMENT_OF

        const int ELEMENT_OF
        "∈" Unicode:\u2208
      • NOT_AN_ELEMENT_OF

        const int NOT_AN_ELEMENT_OF
        "∉" Unicode:\u2209
      • SMALL_ELEMENT_OF

        const int SMALL_ELEMENT_OF
        "∊" Unicode:\u220a
      • CONTAIN

        const int CONTAIN
        "∋" Unicode:\u220b
      • NOT_CONTAIN

        const int NOT_CONTAIN
        "∌" Unicode:\u220c
      • SMALL_CONTAIN

        const int SMALL_CONTAIN
        "∍" Unicode:\u220d
      • END_OF_PROOF

        const int END_OF_PROOF
        "∎" Unicode:\u220e
      • NARY_PRODUCT

        const int NARY_PRODUCT
        "∏" Unicode:\u220f
      • NARY_COPRODUCT

        const int NARY_COPRODUCT
        "∐" Unicode:\u2210
      • NARY_SUMMATION

        const int NARY_SUMMATION
        "∑" Unicode:\u2211
      • LOGICAL_AND

        const int LOGICAL_AND
        "∧" Unicode:\u2227
      • LOGICAL_OR

        const int LOGICAL_OR
        "∨" Unicode:\u2228
      • INTERSECTION

        const int INTERSECTION
        "∩" Unicode:\u2229
      • UNION

        const int UNION
        "∪" Unicode:\u222a
      • INTEGRAL

        const int INTEGRAL
        "∫" Unicode:\u222b
      • DOUBLE_INTEGRAL

        const int DOUBLE_INTEGRAL
        "∬" Unicode:\u222c
      • TRIPLE_INTEGRAL

        const int TRIPLE_INTEGRAL
        "∭" Unicode:\u222d
      • CONTOUR_INTEGRAL

        const int CONTOUR_INTEGRAL
        "∮" Unicode:\u222e
      • SURFACE_INTEGRAL

        const int SURFACE_INTEGRAL
        "∯" Unicode:\u222f
      • VOLUME_INTEGRAL

        const int VOLUME_INTEGRAL
        "∰" Unicode:\u2230
      • CLOCKWISE

        const int CLOCKWISE
        "∱" Unicode:\u2231
      • CLOCKWISE_CONTOUR_INTEGRAL

        const int CLOCKWISE_CONTOUR_INTEGRAL
        "∲" Unicode:\u2232
      • ANTICLOCKWISE_CONTOUR_INTEGRAL

        const int ANTICLOCKWISE_CONTOUR_INTEGRAL
        "∳" Unicode:\u2233
      • NARY_LOGICAL_AND

        const int NARY_LOGICAL_AND
        "⋀" Unicode:\u22c0
      • NARY_LOGICAL_OR

        const int NARY_LOGICAL_OR
        "⋁" Unicode:\u22c1
      • NARY_INTERSECTION

        const int NARY_INTERSECTION
        "⋂" Unicode:\u22c2
      • NARY_UNION

        const int NARY_UNION
        "⋃" Unicode:\u22c3