Uses of Class
math_physics.math.CoordinatesNotExistsException
| Package | Description |
|---|---|
| math_physics.math |
Description : Package contenant des classes pour effectuer des
opérations algébriques avancées.
|
-
Uses of CoordinatesNotExistsException in math_physics.math
Methods in math_physics.math that throw CoordinatesNotExistsException Modifier and Type Method Description doubleBinaryMatrix. getValue(int i, int j)Permet de récupérer un élément aux coordonnées (i,j) de la matrice.voidBinaryMatrix. setValue(double value, int i, int j)Permet de placer un élément aux coordonnées (i,j) de la matrice.