Click or drag to resize

ReadOnlyDoubleMatrix  Conversion (ReadOnlyDoubleMatrix to Double)

Performs an explicit conversion from ReadOnlyDoubleMatrix to Double.

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

Parameters

value
Type: Novacta.AnalyticsReadOnlyDoubleMatrix
The object to convert.

Return Value

Type: Double
The converted object.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
InvalidOperationExceptionvalue is not scalar.
Remarks

Only scalar matrices are successfully converted to a double.

See Also