CommonCopy To Vector Method
Definition
Namespace: DWSIM.MathOps.MathEx
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public static double[] CopyToVector(
ArrayList arr,
int index
)VB
Public Shared Function CopyToVector (
arr As ArrayList,
index As Integer
) As Double()