Returns a vector whose elements are the minimum of the components of a vector
and a real number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> MinInPlace(
T value
)
Public Function MinInPlace (
value As T
) As Vector(Of T)
public:
Vector<T>^ MinInPlace(
T value
)
member MinInPlace :
value : 'T -> Vector<'T>
Parameters
- value
- Type: T
A real number.
Return Value
Type:
VectorTA reference to this vector.
Reference