Matrix.SetDouble Method

TMtxVec SetDouble(Int32 Index, Double[] A)

Sets object values (double).

#NameTypeDescription
1IndexInt32start index
2ADouble[]

Result: stored in self (calling object), returns self for chaining

Remarks:

The double elements of A array are copied to the calling object elements [Index]..[Index+Length(A)-1]. An exception is raised if calling object array borders are overrun/underrun.

Note
Use this method for integer array only.

See Also: Matrix.SetIt, Matrix.SetInteger, Matrix.SetSingle