|  | DoubleSparseVectorScale Method | 
            Scales each element in the sparse vector by the specified value.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleSparseVector Scale(
	double a
)
Public Function Scale ( 
	a As Double
) As DoubleSparseVector
public:
DoubleSparseVector^ Scale(
	double a
)
member Scale : 
        a : float -> DoubleSparseVector Parameters
- a  Double
- Scale.
Return Value
DoubleSparseVectorThis sparse vector.
 Remarks
Remarks
            Does not copy the data.
            
 See Also
See Also