Namespace: Grampus
Assembly: GrampusLib.dll
| Function or value | Description |
Full Usage:
GetNumberOfGames fn
Parameters:
string
-
The path and file name of the PGN file.
Returns: int
The number of games as an int type.
|
|
Full Usage:
ReadSeqFromFile fn
Parameters:
string
-
The path and file name of the PGN file.
Returns: seq<UnencodedGame>
The games as an UnencodeGame sequence.
|
|