Click or drag to resize

ComplexMatrix  Conversion (ReadOnlyComplexMatrix to ComplexMatrix)

Performs an explicit conversion from ReadOnlyComplexMatrix to ComplexMatrix.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static explicit operator ComplexMatrix (
	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