public static enum UnaryMathExpression.Method extends Enum<UnaryMathExpression.Method>
Enum Constant and Description |
---|
ABS
Absolute Value.
|
ACOS
Arc Cosine of value.
|
ASIN
Arc Sine of value.
|
ATAN
Arc Tangent of value.
|
BITNOT
Bitwise not operator
|
CEILING |
COS
Cosine of angle in radians
|
COT
Cotangent of angle in radians.
|
DEGREES
Convert a value in radians to degrees.
|
EXP
Euler's number e raised to the power of the argument
|
FLOOR |
LN
Natural Logarithm
|
RADIANS
Convert a value in degrees to radians.
|
RANDOM
Random value.
|
ROUND
Round to the nearest integer.
|
SIGN |
SIN
Sine of angle in radians
|
SQRT
Square Root.
|
TAN
Tangent of angle in radians
|
Modifier and Type | Method and Description |
---|---|
static UnaryMathExpression.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryMathExpression.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnaryMathExpression.Method DEGREES
public static final UnaryMathExpression.Method RADIANS
public static final UnaryMathExpression.Method ABS
public static final UnaryMathExpression.Method ACOS
public static final UnaryMathExpression.Method ASIN
public static final UnaryMathExpression.Method ATAN
public static final UnaryMathExpression.Method COS
public static final UnaryMathExpression.Method LN
public static final UnaryMathExpression.Method SQRT
public static final UnaryMathExpression.Method SIN
public static final UnaryMathExpression.Method TAN
public static final UnaryMathExpression.Method COT
public static final UnaryMathExpression.Method SIGN
public static final UnaryMathExpression.Method CEILING
public static final UnaryMathExpression.Method FLOOR
public static final UnaryMathExpression.Method ROUND
public static final UnaryMathExpression.Method RANDOM
public static final UnaryMathExpression.Method BITNOT
public static final UnaryMathExpression.Method EXP
public static UnaryMathExpression.Method[] values()
for (UnaryMathExpression.Method c : UnaryMathExpression.Method.values()) System.out.println(c);
public static UnaryMathExpression.Method valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.