
Inputs
投入
数据类型
Here you can select the data type you want to input into the Node and evaluate. This Node’s output assumes the same data type. The following are available:
在这里,您可以选择要输入到 Node 中的数据类型并进行计算。此 Node 的输出假定为相同的数据类型。以下内容可供参考:
- Float 浮动: Float comma number
- Int: Whole values : 整体价值观
- Color 颜色: Color vectors : 颜色矢量
- Vector2d/Vector/Vector4d: Vectors made up of two, three or four individual values 矢量由两个、三个或四个单独的值组成UInt: This is a special whole number data type which only returns positive values. : 这是一种特殊的整数数据类型,只返回正值
值[-∞ . . + ∞]
This is where the value that should be restricted in accordance with the Minimum and Maximum values can be input into the Node.
在这里,应该根据最小值和最大值限制的值可以输入到节点中。
Minimum[-∞..+∞]
Maximum[-∞..+∞]
最小[-∞ . . + ∞]最大[-∞ . . + ∞]
These are the limits with which the value range can be defined that is output by the Node. If the input value is greater than the Maximum, the Minimum will be output. If the value is less than Minimum, the Maximum value will be output. Otherwise the input value will be passed on unchanged to the Result output.
这些是节点可以定义输出的值范围的限制。如果输入值大于最大值,则输出为最小值。如果值小于最小值,则输出最大值。否则,输入值将不变地传递给 Result 输出。