Fortran LibCopy(Char, Int 32, Char) Method
Definition
Namespace: DotNumerics.FortranLibrary
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static void Copy(
char[] destinationArray,
int startIndex,
char[] sourceArray
)VB
Public Shared Sub Copy (
destinationArray As Char(),
startIndex As Integer,
sourceArray As Char()
)