EquationMathematicalOperatorType
Inheritance: java.lang.Object
public final class EquationMathematicalOperatorType
Mathematical Operators Type
Fields
| Field | Description |
|---|---|
| ANTICLOCKWISE_CONTOUR_INTEGRAL | “\u922d? |
| CLOCKWISE | “\u922d? |
| CLOCKWISE_CONTOUR_INTEGRAL | “\u922d? |
| COMPLEMENT | “\u922d? |
| CONTAIN | “\u922d? |
| CONTOUR_INTEGRAL | “\u922d? |
| DOUBLE_INTEGRAL | “\u922d? |
| ELEMENT_OF | “\u922d? |
| EMPTY_SET | “\u922d? |
| END_OF_PROOF | “\u922d? |
| EXISTS | “\u922d? |
| FOR_ALL | “\u922d\u20ac” Unicode:\u2200 |
| INCREMENT | “\u922d? |
| INTEGRAL | “\u922d? |
| INTERSECTION | “\u922d? |
| LOGICAL_AND | “\u922d? |
| LOGICAL_OR | “\u922d? |
| NABLA | “\u922d? |
| NARY_COPRODUCT | “\u922d? |
| NARY_INTERSECTION | “\u9230? |
| NARY_LOGICAL_AND | “\u9230\u20ac” Unicode:\u22c0 |
| NARY_LOGICAL_OR | “\u9230? |
| NARY_PRODUCT | “\u922d? |
| NARY_SUMMATION | “\u922d? |
| NARY_UNION | “\u9230? |
| NOT_AN_ELEMENT_OF | “\u922d? |
| NOT_CONTAIN | “\u922d? |
| NOT_EXISTS | “\u922d? |
| PARTIAL_DIFFERENTIAL | “\u922d? |
| SMALL_CONTAIN | “\u922d? |
| SMALL_ELEMENT_OF | “\u922d? |
| SURFACE_INTEGRAL | “\u922d? |
| TRIPLE_INTEGRAL | “\u922d? |
| UNION | “\u922d? |
| UNKNOWN | Use unknown type when not found in existing type. |
| VOLUME_INTEGRAL | “\u922d? |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ANTICLOCKWISE_CONTOUR_INTEGRAL
public static final int ANTICLOCKWISE_CONTOUR_INTEGRAL
“\u922d? Unicode:\u2233
CLOCKWISE
public static final int CLOCKWISE
“\u922d? Unicode:\u2231
CLOCKWISE_CONTOUR_INTEGRAL
public static final int CLOCKWISE_CONTOUR_INTEGRAL
“\u922d? Unicode:\u2232
COMPLEMENT
public static final int COMPLEMENT
“\u922d? Unicode:\u2201
CONTAIN
public static final int CONTAIN
“\u922d? Unicode:\u220b
CONTOUR_INTEGRAL
public static final int CONTOUR_INTEGRAL
“\u922d? Unicode:\u222e
DOUBLE_INTEGRAL
public static final int DOUBLE_INTEGRAL
“\u922d? Unicode:\u222c
ELEMENT_OF
public static final int ELEMENT_OF
“\u922d? Unicode:\u2208
EMPTY_SET
public static final int EMPTY_SET
“\u922d? Unicode:\u2205
END_OF_PROOF
public static final int END_OF_PROOF
“\u922d? Unicode:\u220e
EXISTS
public static final int EXISTS
“\u922d? Unicode:\u2203
FOR_ALL
public static final int FOR_ALL
“\u922d\u20ac” Unicode:\u2200
INCREMENT
public static final int INCREMENT
“\u922d? Unicode:\u2206
INTEGRAL
public static final int INTEGRAL
“\u922d? Unicode:\u222b
INTERSECTION
public static final int INTERSECTION
“\u922d? Unicode:\u2229
LOGICAL_AND
public static final int LOGICAL_AND
“\u922d? Unicode:\u2227
LOGICAL_OR
public static final int LOGICAL_OR
“\u922d? Unicode:\u2228
NABLA
public static final int NABLA
“\u922d? Unicode:\u2207
NARY_COPRODUCT
public static final int NARY_COPRODUCT
“\u922d? Unicode:\u2210
NARY_INTERSECTION
public static final int NARY_INTERSECTION
“\u9230? Unicode:\u22c2
NARY_LOGICAL_AND
public static final int NARY_LOGICAL_AND
“\u9230\u20ac” Unicode:\u22c0
NARY_LOGICAL_OR
public static final int NARY_LOGICAL_OR
“\u9230? Unicode:\u22c1
NARY_PRODUCT
public static final int NARY_PRODUCT
“\u922d? Unicode:\u220f
NARY_SUMMATION
public static final int NARY_SUMMATION
“\u922d? Unicode:\u2211
NARY_UNION
public static final int NARY_UNION
“\u9230? Unicode:\u22c3
NOT_AN_ELEMENT_OF
public static final int NOT_AN_ELEMENT_OF
“\u922d? Unicode:\u2209
NOT_CONTAIN
public static final int NOT_CONTAIN
“\u922d? Unicode:\u220c
NOT_EXISTS
public static final int NOT_EXISTS
“\u922d? Unicode:\u2204
PARTIAL_DIFFERENTIAL
public static final int PARTIAL_DIFFERENTIAL
“\u922d? Unicode:\u2202
SMALL_CONTAIN
public static final int SMALL_CONTAIN
“\u922d? Unicode:\u220d
SMALL_ELEMENT_OF
public static final int SMALL_ELEMENT_OF
“\u922d? Unicode:\u220a
SURFACE_INTEGRAL
public static final int SURFACE_INTEGRAL
“\u922d? Unicode:\u222f
TRIPLE_INTEGRAL
public static final int TRIPLE_INTEGRAL
“\u922d? Unicode:\u222d
UNION
public static final int UNION
“\u922d? Unicode:\u222a
UNKNOWN
public static final int UNKNOWN
Use unknown type when not found in existing type.
VOLUME_INTEGRAL
public static final int VOLUME_INTEGRAL
“\u922d? Unicode:\u2230
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |