Skip to main content
Create an array that is filled by the given value

Signatures

Parameters

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

Return type

An array of double values.

Example