Gets the sum of the components of the vector.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public virtual double GetSum()
|
| Visual Basic (Declaration) |
Public Overridable Function GetSum As Double
|
| Visual C++ |
public:
virtual double GetSum()
|
| F# |
abstract GetSum : unit -> float
override GetSum : unit -> float
|
Return Value
The sum of the components.
See Also