public class PinExpression extends java.lang.Object implements Expression
Usage: "pin x y z" = if (y < x), then x = value of this guide else if (y > z), then z = value of this guide else y = value of this guide
public double evaluate(Context ctx)
evaluate
in interface Expression
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.