FortranLibCopy(String, Int32, Int32, Char) 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(
ref string destinationString,
int startIndex,
int lastIndex,
char source
)
Public Shared Sub Copy (
ByRef destinationString As String,
startIndex As Integer,
lastIndex As Integer,
source As Char
)
Request Example
View SourceParameters
- destinationString String
-
- startIndex Int32
-
- lastIndex Int32
-
- source Char
-
See Also