Returns the value of the largest element in this
vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T Max(
out int index
)
Public Function Max (
<OutAttribute> ByRef index As Integer
) As T
public:
T Max(
[OutAttribute] int% index
)
member Max :
index : int byref -> 'T
Parameters
- index
- Type: SystemInt32
On return, the index of the largest element.
Return Value
Type:
TThe value of the largest element in this
VectorT.
Reference