You are here: Symbol Reference > MtxVecUtils Namespace > Functions > MtxVecUtils.ReadBinaryValues Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxVecUtils.ReadBinaryValues Function

Reads values from stream and converts to double type.

Pascal
function ReadBinaryValues(Stream: TStream; Values: TDoubleArray; ValuesIndex: integer; Precision: TPrecision; Endian: TEndianness; Length: integer): Int64; overload;

Reads values from stream and converts to double type. The values will be read from Stream, intepreted as of Precision type, converted to double and stored in the Values array. The routine will read Length samples. The length of the Values array must be set to Length*(byte(Complex)+1).

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