Reads a new vector from a binary file.
Note that this routine is only intended to read vectors written with the
Write method.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax static member Read :
br : BinaryReader -> CVec
Parameters
- br
- Type: System.IOBinaryReader
The BinaryReader from which the vector should be read.
Return Value
Type:
CVecThe new vector
See Also