Array.FillLinspace(Variable, Variable) 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 nanosecond timing precision mode.

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

 

Method Signature

Array.FillLinspace(

Variable min,


Variable max)

 

 

Arguments

min


Description:

The minimum value of the range.

 

 

max


Description:

The maximum value of the range.

 

 

 

Syntax

myArray1.FillLinspace(myVariable1, myVariable2);

 

 

See also

Array Object

Array.FillLinspace

Matrix, Array, and Variable Math Guide