Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 601 Bytes

File metadata and controls

52 lines (43 loc) · 601 Bytes

inRange

inRange(float)

Parameters

value Type: float min Type: float max Type: float

Return Value

Type: bool

JSON
{
  "Type": "inRange(float)",
  "Name": "inRange(float)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "value",
      "Type": "float"
    },
    {
      "Connection": null,
      "Id": "min",
      "Type": "float"
    },
    {
      "Connection": null,
      "Id": "max",
      "Type": "float"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "bool"
    }
  ]
}