Click or drag to resize

DoubleMatrixFromDouble Method

Converts from Double to DoubleMatrix.

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

Parameters

value
Type: SystemDouble
The object to convert.

Return Value

Type: DoubleMatrix
The converted object.
See Also