Vector<T>.Max Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
Overload List
| Max() | Returns the value of the largest element in this vector. |
| Max( | Returns the value of the largest element in this vector. |
Max
Returns the value of the largest element in this
vector.
Max(Int32)
Returns the value of the largest element in this
vector.
public T Max(
out int index
)Parameters
- index Int32
- When this method returns, the index of the largest element.
Return Value
TThe value of the largest element in this Vector<T>.