  | DoubleMatrixSet(Double) Method | 
            Sets the data elements of this vector to the specified value.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix Set(
	double d
)
Public Function Set ( 
	d As Double
) As DoubleMatrix
public:
DoubleMatrix^ Set(
	double d
)
member Set : 
        d : float -> DoubleMatrix Parameters
- d  Double
 - The new value.
 
Return Value
DoubleMatrixA reference to self.
See Also