Click or drag to resize

DoubleMatrix Constructor

Initializes a new instance of the DoubleMatrix class as a scalar matrix having the specified value.

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

Parameters

value
Type: SystemDouble
The value.
See Also