FortranLibREPEAT Method

Definition

Namespace: DotNumerics.FortranLibrary
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public static string REPEAT(
	string s,
	int ncopies
)

Parameters

s  String
 
ncopies  Int32
 

Return Value

String

See Also