Returns a matrix whose components are the minimums 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.17114.0)
public static Matrix Min(
double value,
Matrix matrix
)
Public Shared Function Min (
value As Double,
matrix As Matrix
) As Matrix
public:
static Matrix^ Min(
double value,
Matrix^ matrix
)
static member Min :
value : float *
matrix : Matrix -> Matrix
Parameters
- value
- Type: SystemDouble
A real number. - matrix
- Type: Extreme.MathematicsMatrix
A Matrix.
Return Value
Type:
MatrixA matrix whose components are the smallest of the corresponding component
of
matrix and
value.
Numerical Libraries
Supported in: 5.x, 4.x
Reference