Array.FillLinspace(Variable, Variable, Variable) Method

Top 

Description

Resizes and fills the array.

 

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,


Variable numElements)

 

 

Arguments

min


Description:

The minimum value of the range.

 

 

max


Description:

The maximum value of the range.

 

 

numElements


Description:

The number of elements in the array.

Valid Range:

numElements ≥ 1

 

 

 

Syntax

myArray1.FillLinspace(myVariable1, myVariable2, myVariable3);

 

 

See also

Array Object

Array.FillLinspace

Matrix, Array, and Variable Math Guide