TextInputReadAllDoubles Method |
Reads all doubles from the input stream as an
array of doubles
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double[] ReadAllDoubles()
Return Value
Type:
Doublethe array of doubles
See Also