Numeric category - Stingray Flow Node Reference

Numeric category

Nodes

Outputs

Value

float

The absolute value.

Inputs

float

Numeric

The input value.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The sum of logical addition of two input values.

Inputs

float

A

The first value to add.

float

B

The second value to add.

Returns the sum of those floats.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The result of ceil operation.

Inputs

float

Numeric

The input whose ceil is returned.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

Inputs

float

Numeric

float

Min

float

Max

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The quotient of the division.

Inputs

float

A

The first value.

float

B

The second value to divide.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

boolean

Returns true if the values are equal and false otherwise.

Inputs

float

A

The first input value to compare.

float

B

The second input value to compare.

Returns true if equal.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The result of floor operation.

Inputs

float

Numeric

The input value.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The fractional value.

Inputs

float

Numeric

The input value.

i.e. 5.3 would return 0.3.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

boolean

Returns true if the if the first value is greater than the second value and false otherwise.

Inputs

float

A

The first input value to compare.

float

B

The second input value to compare.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

boolean

Returns true if the if the first value is greater than or equal to the second value and false otherwise.

Inputs

float

A

The first input value to compare.

float

B

The second input value to compare.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The result of the interpolation.

Inputs

float

From

The lower bound of the interpolation.

float

To

The upper bound of the interpolation.

float

T

The interpolation step, expressed as a number between 0 and 1.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

boolean

Returns true if the if the first value is less than the second value and false otherwise.

Inputs

float

A

The first input value to compare.

float

B

The second input value to compare.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

boolean

Returns true if the if the first value is less than or equal to the second value and false otherwise.

Inputs

float

A

The first input value to compare.

float

B

The second input value to compare.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The largest value of the two numeric inputs.

Inputs

float

A

The first input value.

float

B

The second input value.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The smallest value of the two numeric inputs.

Inputs

float

A

The first input value.

float

B

The second input value.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The modulus value.

Inputs

float

Numerator

The numerator value.

float

Denominator

The denominator value.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The product of two input values.

Inputs

float

A

The first value to multiply.

float

B

The second value to multiply.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The normalized value.

Inputs

float

Numeric

The numeric value.

float

Range Min

The minimum range value.

float

Range Max

The maximum range value.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

boolean

Returns true if the values are not equal and false otherwise.

Inputs

float

A

The first input value to compare.

float

B

The second input value to compare.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The result of the base raised to the power of the exponent.

Inputs

float

Base

The base value.

float

Exp

The exponent value.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The rounded up value.

Inputs

float

Numeric

The input value.

Any value greater than or equal to 0.5 will be rounded up.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The sign of the value.

Inputs

float

Numeric

The input value.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The square root of the input.

Inputs

float

Numeric

The input value.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The square value of the input.

Inputs

float

Numeric

The input value.

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.

Outputs

Value

float

The difference of the two input values.

Inputs

float

A

The first input value.

float

B

The second input value

Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.