x

This block is part of the math group and was last modified in core v10.4.28.

x v10.4.28

Multiplication operator produces the product of the operands.

In pins 2
  • number_0 required
    number
  • number_1 required
    number
Out pins 1
  • Number
    number
*
times
multiplication

A typical wiring for x: number feeds the number_0 pin; one hour feeds the number_1 pin; the number out pin feeds on api file upload.

Studio canvas example for the x block: typical wiring for x.

Commonly used with

In production blueprints, this block is most often wired together with:

  • number: feeds into this block. Generates a valid number from the filled custom value in the blueprint.
  • on api file upload: this block feeds into it. Exposes URI on /api/. Accepts a multipart/form-data POST request and saves the attached file. Supports its own rate limit and lock (serialisation) through the pins below.
  • set: this block feeds into it. Set key to hold the string value. If key already holds a value, it is overwritten, regardless of its type.
  • point in radius: this block feeds into it. Check to see if an given geo-point is in the circle.
  • get fields: feeds into this block. Gets the selected fields from the given object.
  • one hour: feeds into this block. Returns one hour in seconds as a number.

Version history

Introduced in v10.4.28.


Back to math Return to the main group to view all sub-groups Back to number: operators Return to the group to view all blocks within this group