Half.FromBinaryStream(BinaryReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the Half by reading from a Stream.
public void FromBinaryStream (System.IO.BinaryReader bin);
member this.FromBinaryStream : System.IO.BinaryReader -> unit
Parameters
- bin
- BinaryReader
A BinaryReader instance associated with an open Stream.