Click or drag to resize

DoubleMatrixToDouble Method

Converts from DoubleMatrix to Double.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static double ToDouble(
	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