Gets the sum of the components of the vector.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overrides Function GetSum As Double
C#
public override double GetSum ()
C++
public:
virtual double GetSum () override

Return Value

The sum of the components.