You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > StringsToValues Method > Matrix.StringsToValues Method (TStrings, int, int, int, int, string)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.StringsToValues Method (TStrings, int, int, int, int, string)

Convert strings from [ListIndex]..[ListIndex+ListLen-1] in aList to double (TCplx).

Syntax
C#
Visual Basic
public TMtx StringsToValues(TStrings aList, int ListIndex, int ListLen, int Row, int Col, string Delimiter);

Store them in the Values array of the calling matrix, starting from element [Row,Cols]. The size of the calling matrix is not changed. If array bounds are overrun an exception is raised. Complex numbers must follow the format: a+bi.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!