Vector<T>.Min(Int32) Method

Returns the value of the smallest element in this vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public T Min(
	out int index
)

Parameters

index  Int32
On return, the index of the smallest element.

Return Value

T
The value of the smallest element in this Vector<T>.

See Also