DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


Subtract

Declaration:TVector.Subtract (OtherVec: TVector);
The method Subtract calculates the difference of the two vectors self and Othervec. The result is written back to self (self := self - OtherVec). If the dimensions of the two vectors do not match, an exception is generated ('vectors have different dimensions').