FortranLibCopy(Characters, Int32, Int32, String) Method |
Namespace: DotNumerics.FortranLibraryAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void Copy(
Characters destination,
int startIndex,
int lastIndex,
string source
)
Public Shared Sub Copy (
destination As Characters,
startIndex As Integer,
lastIndex As Integer,
source As String
)
Request Example
View SourceParameters
- destination Characters
-
- startIndex Int32
-
- lastIndex Int32
-
- source String
-
See Also