Array.FillLinspace Method

Top 

Description

Fills the array with evenly spaced values between and including the specified min and max.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

Array.FillLinspace(Variable min, Variable max)

None

Fills the array with evenly spaced values between and including the specified min and max.

Array.FillLinspace(Variable min, Variable max, Variable numElements)

None

Resizes and fills the array.

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide