You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecInt Class > TMtxVecInt Methods > TMtxVecInt.ReadValues Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecInt.ReadValues Method

Read values content from stream to object.

Syntax
C#
Visual Basic
public virtual int ReadValues(Stream SrcStream, TPrecision aPrecision, TEndianness Endian);

Reads values content from SrcStream stream to calling objct. No other values describing the data type or length are read from the DstStream. Number type is defined by the Precision parameter, which can be obtained from ReadHeader method call. 

Note Use this method separately only, if you want user defined storage format.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!