Revision 44089 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.expressionevaluator/org.gvsig.expressionevaluator.lib/org.gvsig.expressionevaluator.lib.impl/src/main/resources/org/gvsig/expressionevaluator/functions/en/FLOOR.json

View differences:

FLOOR.json
1 1
{
2 2
    "name": "FLOOR",
3 3
    "group": "Numeric",
4
    "template": "FLOOR({{a}})",
4
    "template": "FLOOR({{number}})",
5 5
    "args": [
6
        "value whose arc tangent is to be returned"
6
        "number - A numeric value"
7 7
    ],
8
    "description": "Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.",
8
    "description": "Returns the largest integer value that is smaller than or equal to a number.",
9 9
    "returnType": "Double"
10 10
}

Also available in: Unified diff