Vector<T>.Min Number Core Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
Overload List
| Min | Returns a vector whose elements are the minimum numbers of the components of a vector and a real number. |
| Min | Returns a vector whose elements are the minimum numbers of the components of two vectors. |
MinNumberCore(T, Vector<T>)
Returns a vector whose elements are the minimum numbers of the components of a vector
and a real number.
protected virtual Vector<T> MinNumberCore(
T value,
Vector<T>? result
)Parameters
Return Value
Vector<T>A vector whose elements are the minimum number of the corresponding element of this vector and value.
MinNumberCore(Vector<T>, Vector<T>)
Returns a vector whose elements are the minimum numbers of the components of two vectors.
protected virtual Vector<T> MinNumberCore(
Vector<T> other,
Vector<T>? result
)Parameters
Return Value
Vector<T>A vector whose elements are the minimum numbers of the corresponding elements of this vector and other.