The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home MathPack Matrix Class TMat4D Methods LoadBinary | |||||||||
See also: SaveBinary, ReadBinaryHeader, LoadFromXMLFile, ReadBinary, LoadBinary (Matrix), LoadBinaryNoFmtCheck | |||||||||
LoadBinary |
|||||||||
The method LoadBinary loads all data from the file FName starting with the time slot TSlotStart up to TSlotEnd. The hypercube matrix is resized accordingly. If any of the time slot parameters TSlotStart and TSlotEnd is zero or negative, the entire data file is read into the matrix. If TSlotStart is within the data range but TSlotEnd is beyond the maximum time slot, only the available data are read (the size of the matrix is reduced accordingly). The function returns the following error codes: 0 ... everything is OK
|