Click or drag to resize

FortranLibCopy(String, Int32, Int32, String) Method


Namespace: DotNumerics.FortranLibrary
Assembly: 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,
	string sourceString
)
Request Example View Source

Parameters

destinationString  String
 
startIndex  Int32
 
lastIndex  Int32
 
sourceString  String
 
See Also