CommonCopyToVector Method |
Namespace: DWSIM.MathOps.MathExAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static double[] CopyToVector(
ArrayList arr,
int index
)
Public Shared Function CopyToVector (
arr As ArrayList,
index As Integer
) As Double()
Request Example
View SourceParameters
- arr ArrayList
-
- index Int32
-
Return Value
DoubleSee Also