Returns a matrix whose elements are the minimum of the components of a matrix
and a real number.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected virtual Matrix<T> MinCore(
T value,
Matrix<T> result
)
Protected Overridable Function MinCore (
value As T,
result As Matrix(Of T)
) As Matrix(Of T)
protected:
virtual Matrix<T>^ MinCore(
T value,
Matrix<T>^ result
)
abstract MinCore :
value : 'T *
result : Matrix<'T> -> Matrix<'T>
override MinCore :
value : 'T *
result : Matrix<'T> -> Matrix<'T>
Parameters
- value
- Type: T
A real number. - result
- Type: Extreme.MathematicsMatrixT
The matrix that is to hold the result. May be .
Return Value
Type:
MatrixTA matrix whose elements are the largest of the corresponding element
of this matrix and
value.
Numerical Libraries
Supported in: 6.0
Reference