Click or drag to resize

ComplexMatrixRow  Conversion (ComplexMatrixRow to ComplexMatrix)

Performs an implicit conversion from ComplexMatrixRow to ComplexMatrix.

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

Parameters

value
Type: Novacta.AnalyticsComplexMatrixRow
The object to convert.

Return Value

Type: ComplexMatrix
The converted object.
See Also