Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt

Use this file to discover all available pages before exploring further.

Create an array that is filled by the given value

Signatures

RS_Array(length: Integer, value: Double)

Parameters

length
Integer
required
The length value.
value
Double
required
The fill value for the array.

Return type

An array of double values.

Example

SELECT RS_Array(height * width, 0.0)