Vector<T>.Max In Place Method
Returns a vector whose elements are the maximum of the components of a vector
and a real number.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector whose elements are the largest of the corresponding element of this vector and value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<T> MaxInPlace(
T value
)
Parameters
- value T
- A real number.
Return Value
Vector<T>A vector whose elements are the largest of the corresponding element of this vector and value.