Click or drag to resize

ComplexMatrixRowCollection  Conversion (ComplexMatrixRowCollection to ComplexMatrix)

Performs an implicit conversion from ComplexMatrixRowCollection to ComplexMatrix.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static implicit operator ComplexMatrix (
	ComplexMatrixRowCollection value
)

Parameters

value
Type: Novacta.AnalyticsComplexMatrixRowCollection
The object to convert.

Return Value

Type: ComplexMatrix
The converted object.
See Also