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