Click or drag to resize

ComplexMatrixFromReadOnlyComplexMatrix Method

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

Parameters

value
Type: Novacta.AnalyticsReadOnlyComplexMatrix
The object to convert.

Return Value

Type: ComplexMatrix
The converted object.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
See Also