Click or drag to resize

DoubleMatrix  Conversion (DoubleMatrix to Double)

Performs an explicit conversion from DoubleMatrix to Double.

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

Parameters

value
Type: Novacta.AnalyticsDoubleMatrix
The object to convert.

Return Value

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

Only scalar matrices are successfully converted to a double.

See Also