Vector<T>.MaxInPlace 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#
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.

See Also