Click or drag to resize

ComplexMatrixICollectionComplexAdd Method

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

Parameters

item
Type: System.NumericsComplex
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
NotSupportedExceptionAlways thrown.
See Also