public final class MathNaryOperatorTypes
extends com.aspose.ms.System.Enum
Nary operator IMathNaryOperator types (excluding integrals)
For integrals MathIntegralTypes
Modifier and Type | Field and Description |
---|---|
static int |
CoProduct
Coproduct: '∐'
|
static int |
Intersection
Intersection: '∩'
|
static int |
LogicalAnd
Logical And: '∧'
|
static int |
LogicalOr
Logical Or: '∨'
|
static int |
Product
Product: '∏'
|
static int |
Summation
Summation: '∑'
|
static int |
Union
Union: '∪'
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Summation
Summation: '∑'
public static final int Product
Product: '∏'
public static final int CoProduct
Coproduct: '∐'
public static final int Intersection
Intersection: '∩'
public static final int Union
Union: '∪'
public static final int LogicalAnd
Logical And: '∧'
public static final int LogicalOr
Logical Or: '∨'