Class MqlRuntime

java.lang.Object
net.hollowcube.mql.jit.MqlRuntime

public final class MqlRuntime extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static double
    eq(double lhs, double rhs)
     
    static double
    ge(double lhs, double rhs)
     
    static double
    gte(double lhs, double rhs)
     
    static double
    le(double lhs, double rhs)
     
    static double
    lte(double lhs, double rhs)
     
    static double
    neq(double lhs, double rhs)
     
    static double
    ternary(double condition, double ifTrue, double ifFalse)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • ternary

      public static double ternary(double condition, double ifTrue, double ifFalse)
    • gte

      public static double gte(double lhs, double rhs)
    • ge

      public static double ge(double lhs, double rhs)
    • lte

      public static double lte(double lhs, double rhs)
    • le

      public static double le(double lhs, double rhs)
    • eq

      public static double eq(double lhs, double rhs)
    • neq

      public static double neq(double lhs, double rhs)