DistributedVector<T>.Min Method

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

Min() Returns the value of the smallest element in this vector.
Min(Int32) Returns the value of the smallest element in this vector.

Min

Returns the value of the smallest element in this vector.
C#
public override T Min()

Return Value

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

See Also