Matrix elements rounding.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public static Matrix Round(
Matrix m,
int decimals
)
Public Shared Function Round (
m As Matrix,
decimals As Integer
) As Matrix
public:
static Matrix Round(
Matrix m,
int decimals
)
static member Round :
m : Matrix *
decimals : int -> Matrix
STATIC METHOD Round(
m AS Matrix,
decimals AS LONG
) AS Matrix
Parameters
- m
- Type: DXFReaderNETMatrix
Matrix. - decimals
- Type: SystemInt32
Number of decimals.
Return Value
Type:
MatrixThe rounded matrix
See Also