.NET Matrix Library
AbsSum Method
See Also  Send Feedback



Returns the sum of magnitudes of the vector elements.

Syntax

Visual Basic (Declaration) 
Public Function AbsSum() As Double
Visual Basic (Usage)Copy Code
Dim instance As CVector
Dim value As Double
 
value = instance.AbsSum()
C# 
public double AbsSum()
C++/CLI 
public:
double AbsSum(); 

Return Value

A double value equal to the sum of magnitudes of the vector elements.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library