ReadOnlyDoubleMatrixICollectionDoubleAdd Method
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
void ICollection<double>.Add(
	double item
)
Private Sub Add ( 
	item As Double
) Implements ICollection(Of Double).Add
private:
virtual void Add(
	double item
) sealed = ICollection<double>::Add
private abstract Add : 
        item : float -> unit 
private override Add : 
        item : float -> unit 
- item  Double
 - The object to add to 
            the ICollectionT.
 
ICollectionTAdd(T)