Click or drag to resize

ComplexMatrixRowToComplexMatrix Method

Converts from ComplexMatrixRow to ComplexMatrix.

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

Parameters

value
Type: Novacta.AnalyticsComplexMatrixRow
The object to convert.

Return Value

Type: ComplexMatrix
The converted object.
See Also