[]
Get the modul of the special vector.
public static T CalculateModul(Vector<T> value)
Public Shared Function CalculateModul(value As Vector(Of T)) As T
| Type | Name | Description |
|---|---|---|
| Vector<T> | value | A Vector indicates the vector. |
| Type | Description |
|---|---|
| T | A double indicates the modul of the speical vector. |