|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoundingDoubleCalculations
Method Summary | |
---|---|
Matrix |
ceil(Calculation.Ret returnType)
Returns a matrix with all entries rounded up to the next integer. |
Matrix |
floor(Calculation.Ret returnType)
Returns a matrix with all entries rounded down to the next integer. |
Matrix |
round(Calculation.Ret returnType)
Returns a matrix with all entries rounded to integer values. |
Method Detail |
---|
Matrix round(Calculation.Ret returnType) throws MatrixException
returnType
- Select whether a new or a linked Matrix is returned, or if the
operation is performed on the original Matrix
MatrixException
Matrix floor(Calculation.Ret returnType) throws MatrixException
returnType
- Select whether a new or a linked Matrix is returned, or if the
operation is performed on the original Matrix
MatrixException
Matrix ceil(Calculation.Ret returnType) throws MatrixException
returnType
- Select whether a new or a linked Matrix is returned, or if the
operation is performed on the original Matrix
MatrixException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |