Click or drag to resize

DoubleMatrixAsReadOnly Method

Returns a read-only representation of the DoubleMatrix.

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

Return Value

Type: ReadOnlyDoubleMatrix
The read-only wrapper of the DoubleMatrix.
See Also