Dew MtxVec NET
TMtxVec.CopyBinaryFromArray Methods

Class
TMtxVec

Declaration
Function CopyBinaryFromArray(const Src: TIntegerArray; SrcIndex, Index, Len: integer): TMtxVec;

Description
Copies values from the a 4 byte signed integer type Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1]. The size of the calling object is not changed. If the array border are overrun an exception will be raised. The copied values are accessible via the IValues property.
Declaration
Function CopyBinaryFromArray(const Src: TIntegerArray): TMtxVec;

Description
Copies values from an integer type Src array. The size and Complex properties of the calling object are set implicitely. The Src values are copied as integers and are not converted to floating point data. These values are accessible via the IValues property from the calling object.

Copyright 2008 Dew Research
http://www.dewresearch.com