Click or drag to resize

DoubleMatrixSet(Double) Method

Sets the data elements of this vector to the specified value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix Set(
	double d
)

Parameters

d  Double
The new value.

Return Value

DoubleMatrix
A reference to self.
See Also