[Visual Basic] Public Function Remove( _ ByVal Index As Object _ ) As Boolean [C#] public bool Remove( object Index ); [C++] public: bool Remove( Object* Index ); [JScript] public function Remove( Object Index ): bool;
removes an item; returns True if an item was removed; spezify the index or a string of the form 'FirstName;SecondName'
CovarianceMatrixEntries Class | EbsOpen Namespace