CharactersGetCharArray Method |
Namespace: DotNumerics.FortranLibraryAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax private static char[] GetCharArray(
char[] source,
int length
)
Private Shared Function GetCharArray (
source As Char(),
length As Integer
) As Char()
Request Example
View SourceParameters
- source Char
-
- length Int32
-
Return Value
CharSee Also