open all | close all

Power 力量Preview 预览Basic 基础Inputs 投入Outputs 产出

Inputs

投入

Data Type

数据类型

Here you will find the available data types that can be used for both Node inputs as well as for the output. You can select from Float for simple float comma numeric values or from the vector data types Color, Vector2D, Vector and Vector4D.

在这里,您将找到可用于两个 Node 输入和输出的可用数据类型。您可以从 Float 中选择简单的浮点逗号数值,或者从矢量数据类型 Color、 Vector2D、 Vector 和 Vector4D 中选择。

Note that for vectors, each component can be linked with the respective exponent’s component.

注意,对于向量,每个分量都可以链接到相应指数的分量。

Base[-∞..+∞]

Base [-∞ . . + ∞]

This is the base value that should be exponentiated.

这是应该进行指数运算的基值。

Exponent[-∞..+∞]

指数[-∞ . . + ∞]

This numeric value defines how often the Base value should be multiplied by itself. Note that if Exponent is set to 0 the result will always be 1.

这个数值定义了 Base 值与其自身相乘的频率。注意,如果 Exponent 设置为0,则结果将始终为1。

Negative Exponent values can also be defined, which will invert the calculation so that the value 1 is divided by the exponentiated Base value. A Base value of 2 and an Exponent value of -3, for example, will result in a calculation of 1/(2*2*2) or 1/8=0.125.

还可以定义负指数值,这将颠倒计算,以便将值1除以指数化的基值。例如,基值2和指数值 -3的计算结果是1/(2 * 2 * 2)或1/8 = 0.125。