|
static void | Parse< T > (string s, ref T valueType, string leftParenth, string rightParenth, char divider) |
|
static void | ParseMatrix< T > (string s, ref T valueType) |
|
static string[] | SplitStringVector (string s) |
|
static bool | TryParse< T > (string s, ref T valueType, string leftParenth, string rightParenth, char divider) |
|
static bool | TryParseMatrix< T > (string s, ref T valueType) |
|
|
static string[] | SpritString (string s, char divider, char[] toremove) |
|
static string[] | SpritString (string s, char divider, string[] toremove) |
|
Määrittely tiedoston ParseHelper.cs rivillä 37.
◆ Parse< T >()
static void AdvanceMath.ParseHelper.Parse< T > |
( |
string |
s, |
|
|
ref T |
valueType, |
|
|
string |
leftParenth, |
|
|
string |
rightParenth, |
|
|
char |
divider |
|
) |
| |
|
static |
◆ ParseMatrix< T >()
static void AdvanceMath.ParseHelper.ParseMatrix< T > |
( |
string |
s, |
|
|
ref T |
valueType |
|
) |
| |
|
static |
◆ SplitStringVector()
static string[] AdvanceMath.ParseHelper.SplitStringVector |
( |
string |
s | ) |
|
|
static |
◆ SpritString() [1/2]
static string[] AdvanceMath.ParseHelper.SpritString |
( |
string |
s, |
|
|
char |
divider, |
|
|
char[] |
toremove |
|
) |
| |
|
staticprivate |
◆ SpritString() [2/2]
static string[] AdvanceMath.ParseHelper.SpritString |
( |
string |
s, |
|
|
char |
divider, |
|
|
string[] |
toremove |
|
) |
| |
|
staticprivate |
◆ TryParse< T >()
static bool AdvanceMath.ParseHelper.TryParse< T > |
( |
string |
s, |
|
|
ref T |
valueType, |
|
|
string |
leftParenth, |
|
|
string |
rightParenth, |
|
|
char |
divider |
|
) |
| |
|
static |
◆ TryParseMatrix< T >()
static bool AdvanceMath.ParseHelper.TryParseMatrix< T > |
( |
string |
s, |
|
|
ref T |
valueType |
|
) |
| |
|
static |
Dokumentaatio tälle luokalle luotiin seuraavasta tiedostosta: