Click or drag to resize

DoubleMatrix  Conversion (ReadOnlyDoubleMatrix to DoubleMatrix)

Performs an explicit conversion from ReadOnlyDoubleMatrix to DoubleMatrix.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static explicit operator DoubleMatrix (
	ReadOnlyDoubleMatrix value
)

Parameters

value
Type: Novacta.AnalyticsReadOnlyDoubleMatrix
The object to convert.

Return Value

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