Returns a vector whose elements are the minimum of the components of a vector
and a real number.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Vector<T> Min(
Vector<T> vector,
T value
)
Public Shared Function Min (
vector As Vector(Of T),
value As T
) As Vector(Of T)
public:
static Vector<T>^ Min(
Vector<T>^ vector,
T value
)
static member Min :
vector : Vector<'T> *
value : 'T -> Vector<'T>
Parameters
- vector
- Type: Extreme.Mathematics.GenericVectorT
A VectorT. - value
- Type: T
A real number.
Return Value
Type:
VectorTA vector whose elements are the largest of the corresponding element
of
vector and
value.
Numerical Libraries
Supported in: 5.x, 4.x
Reference