EquationMathematicalOperatorType Enum
Contents
[
Hide
]EquationMathematicalOperatorType Enum
Mathematical Operators Type
type EquationMathematicalOperatorType int32
Fields
Field | Description |
---|---|
Unknown | Use unknown type when not found in existing type. |
ForAll | “∀” Unicode:\u2200 |
Complement | “∁” Unicode:\u2201 |
PartialDifferential | “∂” Unicode:\u2202 |
Exists | “∃” Unicode:\u2203 |
NotExists | “∄” Unicode:\u2204 |
EmptySet | “∅” Unicode:\u2205 |
Increment | “∆” Unicode:\u2206 |
Nabla | “∇” Unicode:\u2207 |
ElementOf | “∈” Unicode:\u2208 |
NotAnElementOf | “∉” Unicode:\u2209 |
SmallElementOf | “∊” Unicode:\u220a |
Contain | “∋” Unicode:\u220b |
NotContain | “∌” Unicode:\u220c |
SmallContain | “∍” Unicode:\u220d |
EndOfProof | “∎” Unicode:\u220e |
NaryProduct | “∏” Unicode:\u220f |
NaryCoproduct | “∐” Unicode:\u2210 |
NarySummation | “∑” Unicode:\u2211 |
LogicalAnd | “∧” Unicode:\u2227 |
LogicalOr | “∨” Unicode:\u2228 |
Intersection | “∩” Unicode:\u2229 |
Union | “∪” Unicode:\u222a |
Integral | “∫” Unicode:\u222b |
DoubleIntegral | “∬” Unicode:\u222c |
TripleIntegral | “∭” Unicode:\u222d |
ContourIntegral | “∮” Unicode:\u222e |
SurfaceIntegral | “∯” Unicode:\u222f |
VolumeIntegral | “∰” Unicode:\u2230 |
Clockwise | “∱” Unicode:\u2231 |
ClockwiseContourIntegral | “∲” Unicode:\u2232 |
AnticlockwiseContourIntegral | “∳” Unicode:\u2233 |
NaryLogicalAnd | “⋀” Unicode:\u22c0 |
NaryLogicalOr | “⋁” Unicode:\u22c1 |
NaryIntersection | “⋂” Unicode:\u22c2 |
NaryUnion | “⋃” Unicode:\u22c3 |