Uses of Class
math_physics.math.ConditionOperator
Package | Description |
---|---|
math_physics.math |
Description : Package contenant des classes pour effectuer des
opérations algébriques avancées.
|
-
Uses of ConditionOperator in math_physics.math
Methods in math_physics.math that return ConditionOperator Modifier and Type Method Description static ConditionOperator
ConditionOperator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConditionOperator[]
ConditionOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in math_physics.math with parameters of type ConditionOperator Modifier and Type Method Description boolean
BinaryMatrix. compareMatrix(ConditionOperator operator, double value)
Permet de comparer toutes les valeurs d'une matrice avec une valeur donnée par un opérateur donné.boolean
BinaryMatrix. compareMatrix(ConditionOperator operator, BinaryMatrix other)
Permet de comparer toutes les valeurs d'une matrice avec une autre matrice donnée par un opérateur donné.