Click or drag to resize

ComplexMatrixAsReadOnly Method

Returns a read-only representation of the ComplexMatrix.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public ReadOnlyComplexMatrix AsReadOnly()

Return Value

Type: ReadOnlyComplexMatrix
The read-only wrapper of the ComplexMatrix.
See Also