Click or drag to resize

DoubleMatrixICollectionDoubleAdd Method

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
void ICollection<double>.Add(
	double item
)

Parameters

item
Type: SystemDouble
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
NotSupportedExceptionAlways thrown.
See Also