Skip to main content
Skip table of contents

Operators

Max Of Byte Array

Finds the largest byte value in an array. An array is a data structure that stores a sequence of fixed-length elements of the same type. Each element can be accessed via its index, starting at zero.

Flow

Screenshot 2026-01-14 155355.png

Parameter set

Parameter

Type

Description

Array

Byte<Array>

A byte array that can be transmitted over a connection.

Index

Int32

Max Value

Byte

The largest value in the array.

Max Of Float Array

Finds the largest floating-point value in an array. An array is a data structure that stores a sequence of fixed-size elements of the same type. Each element can be accessed via its index, starting at zero.

Flow

Screenshot 2026-01-14 155806.png

Parameter set

Parameter

Type

Description

Array

Single<Array>

A float array that can be transmitted over a connection.

Index

Int32

Max Value

Single

The largest value in the array.

Min Of Byte Array

Find the smallest byte value in an array. An array is a data structure that stores a sequence of fixed-length elements of the same type. Each element can be accessed via its index, starting at zero.

Flow

Screenshot 2026-01-14 155741.png

Parameter set

Parameter

Type

Description

Array

Byte<Array>

A byte array that can be transmitted over a connection.

Index

Int32

Min Value

Byte

The smallest value in the array.

Min Of Float Array

Find the smallest floating-point value in an array. An array is a data structure that stores a sequence of elements of a fixed type. Each element can be accessed via its index, starting at zero.

Flow

Screenshot 2026-01-14 155833.png

Parameter set

Parameter

Type

Description

Array

Single<Array>

A byte array that can be transmitted over a connection.

Index

Int32

Min Value

Single

The smallest value in the array.

Matrix

Flatten

Converts the matrix into a one-dimensional, row-wise array of single-precision values.

Flow

Screenshot 2026-03-19 074022.png

Parameter set

Parameter

Type

Description

Matrix2D

Matrix2D

The matrix to be smoothed.

Return

Float<Array>

Return of the converted matrix.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.