ArrayMath.Index(Double[], Int32[]) 方法

定义

public static double[] Index(double[] array, int[] indices);
static member Index : double[] * int[] -> double[]
Public Shared Function Index (array As Double(), indices As Integer()) As Double()

参数

array
Double[]
indices
Int32[]

返回

Double[]

适用于