ArrayMath.Insert(Double[], Int32, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static double[] Insert (double[] array, int index, double item);
static member Insert : double[] * int * double -> double[]
Public Shared Function Insert (array As Double(), index As Integer, item As Double) As Double()
Parameters
- array
- Double[]
- index
- Int32
- item
- Double
Returns
Double[]