Click or drag to resize

DoubleMatrix  Conversion (Double to DoubleMatrix)

Performs an explicit conversion from Double to DoubleMatrix.

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

Parameters

value
Type: SystemDouble
The object to convert.

Return Value

Type: DoubleMatrix
The converted object.
See Also