Files
2026-07-13 13:13:17 +08:00

36 lines
916 B
Plaintext

{
"FormatVersion": 3,
"Id": "ffbf3237-8f31-4d19-bc21-88f792a7df3e"/*Log*/,
"Description": "Calculates the result of a logarithmic function\n\nIn C#: Math.Log(x, y)",
"SymbolTags": "1",
"InputUis": [
{
"InputId": "328f7f75-0414-40f9-ba21-8313838a8bd5"/*Base*/,
"Position": {
"X": 36.0,
"Y": 379.0
},
"Description": "Base\nDefines what value was used for the base when raising to a power"
},
{
"InputId": "d3a0a2fd-e108-4636-a375-092701d58e19"/*Value*/,
"Position": {
"X": 36.0,
"Y": 334.0
},
"Description": "Base\nDefines what value was the result of raising to a power",
"Min": -100.0,
"Max": 100.0
}
],
"SymbolChildUis": [],
"OutputUis": [
{
"OutputId": "37256f00-8f0e-4252-928e-4e9264cbd9df"/*Result*/,
"Position": {
"X": 133.0,
"Y": 38.0
}
}
]
}