Method | Description | |
---|---|---|
Count ( int sn, string formula ) : int |
Count serial number using formula.
|
Method | Description | |
---|---|---|
FormatString ( string expression ) : string |
Produce formatted string by the given math expression.
|
|
GetValue ( string value, int sn ) : int | ||
GetValues ( string expressions ) : List |
Get values to count together.
|
public static Count ( int sn, string formula ) : int | ||
sn | int | Serial number |
formula | string | Formula to used. |
return | int |