Reads a matrix from a stream.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax static member Read :
br : BinaryReader -> CMat
Parameters
- br
- Type: System.IOBinaryReader
A BinaryReader to deserialize a matrix from.
Return Value
Type:
CMatThe new mnatrix
See Also