Returns a vector whose elements are the maximum 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> MaxInPlace(
T value
)
Public Function MaxInPlace (
value As T
) As Vector(Of T)
public:
Vector<T>^ MaxInPlace(
T value
)
member MaxInPlace :
value : 'T -> Vector<'T>
Parameters
- value
- Type: T
A real number.
Return Value
Type:
VectorTA vector whose elements are the largest of the corresponding element
of this vector and
value.
Reference