com.mysema.query.types
Class Ops.MathOps

java.lang.Object
  extended by com.mysema.query.types.Ops.MathOps
Enclosing class:
Ops

public static final class Ops.MathOps
extends Object

Math operators


Field Summary
static Operator<Number> ABS
           
static Operator<Number> ACOS
           
static Operator<Number> ASIN
           
static Operator<Number> ATAN
           
static Operator<Number> CEIL
           
static Operator<Number> COS
           
static Operator<Number> COSH
           
static Operator<Number> COT
           
static Operator<Number> COTH
           
static Operator<Number> DEG
           
static Operator<Number> EXP
           
static Operator<Number> FLOOR
           
static Operator<Number> LN
           
static Operator<Number> LOG
           
static Operator<Number> MAX
           
static Operator<Number> MIN
           
static Operator<Number> POWER
           
static Operator<Number> RAD
           
static Operator<Number> RANDOM
           
static Operator<Number> ROUND
           
static Operator<Number> SIGN
           
static Operator<Number> SIN
           
static Operator<Number> SINH
           
static Operator<Number> SQRT
           
static Operator<Number> TAN
           
static Operator<Number> TANH
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABS

public static final Operator<Number> ABS

ACOS

public static final Operator<Number> ACOS

ASIN

public static final Operator<Number> ASIN

ATAN

public static final Operator<Number> ATAN

CEIL

public static final Operator<Number> CEIL

COS

public static final Operator<Number> COS

TAN

public static final Operator<Number> TAN

SQRT

public static final Operator<Number> SQRT

SIN

public static final Operator<Number> SIN

ROUND

public static final Operator<Number> ROUND

RANDOM

public static final Operator<Number> RANDOM

POWER

public static final Operator<Number> POWER

MIN

public static final Operator<Number> MIN

MAX

public static final Operator<Number> MAX

LOG

public static final Operator<Number> LOG

FLOOR

public static final Operator<Number> FLOOR

EXP

public static final Operator<Number> EXP

COSH

public static final Operator<Number> COSH

COT

public static final Operator<Number> COT

COTH

public static final Operator<Number> COTH

DEG

public static final Operator<Number> DEG

LN

public static final Operator<Number> LN

RAD

public static final Operator<Number> RAD

SIGN

public static final Operator<Number> SIGN

SINH

public static final Operator<Number> SINH

TANH

public static final Operator<Number> TANH


Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.