Returns a matrix whose components are the components of another matrix
rounded to the nearest integer.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Matrix Round(
Matrix matrix,
MidpointRounding midpointRounding
)
Public Shared Function Round (
matrix As Matrix,
midpointRounding As MidpointRounding
) As Matrix
public:
static Matrix^ Round(
Matrix^ matrix,
MidpointRounding midpointRounding
)
static member Round :
matrix : Matrix *
midpointRounding : MidpointRounding -> Matrix
Parameters
- matrix
- Type: Extreme.MathematicsMatrix
A Matrix. - midpointRounding
- Type: SystemMidpointRounding
A MidpointRounding value that specifies how numbers
that are at the midpoint between two integers should be rounded.
Return Value
Type:
MatrixA matrix whose components are the components of
matrix
rounded to the nearest integer.
Numerical Libraries
Supported in: 5.x, 4.x
Reference