Type: float
JSON
{
"Type": "float",
"Name": "float",
"Value": "0.0",
"Category": 6,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "float"
}
]
}
x Type: int
Type: float
JSON
{
"Type": "float(int)",
"Name": "float(int)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "int"
}
],
"OutputPins": [
{
"Id": "",
"Type": "float"
}
]
}
x Type: bool
Type: float
JSON
{
"Type": "float(bool)",
"Name": "float(bool)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "bool"
}
],
"OutputPins": [
{
"Id": "",
"Type": "float"
}
]
}