iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
21 lines (20 loc) • 386 B
JSON
{
"name":"round",
"description":"Output the value of a number rounded to the nearest integer",
"spec": {
"id": "__HOPE__/builtin/math/round",
"in": {
"ports": [{
"name": "in",
"type": "number"
}]
},
"out": {
"ports": [{
"name": "out",
"type": "int"
}]
}
},
"doc": "builtin/math.html#round"
}