Click or drag to resize
CVecRead Method
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.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member Read : 
        br : BinaryReader -> CVec 

Parameters

br
Type: System.IOBinaryReader
The BinaryReader from which the vector should be read.

Return Value

Type: CVec
The new vector
See Also