Division operation. More...

Public Member Functions | |
| Divide () | |
| Constructor. | |
| double | function (double x, double y) |
| Calculate x / y. | |
| OObject | function (OObject x, OObject y) |
| Calculate x / y. | |
| String[] | name_array () |
| Array used to construct name() and shortName() String objects. | |
Static Public Member Functions | |
| static void | main (String args[]) |
Static Private Attributes | |
| static final String[] | fname = { "÷" } |
Division operation.
| jscicalc.pobject.Divide.Divide | ( | ) |
Constructor.
Sets a tooltip and shortcut.
References jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.
Referenced by jscicalc.pobject.Divide.main().
| double jscicalc.pobject.Divide.function | ( | double | x, | |
| double | y | |||
| ) | [virtual] |
Calculate x / y.
| x | The first value (left of symbol) | |
| y | The second value (right of symbol) |
Implements jscicalc.pobject.MFunction.
Calculate x / y.
| x | The first value (left of symbol) | |
| y | The second value (right of symbol) |
Implements jscicalc.pobject.MFunction.
References jscicalc.OObject.divide().
| static void jscicalc.pobject.Divide.main | ( | String | args[] | ) | [static] |
References jscicalc.pobject.Divide.Divide(), and jscicalc.pobject.PObject.name().
| String [] jscicalc.pobject.Divide.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.Divide.fname.
final String [] jscicalc.pobject.Divide.fname = { "÷" } [static, private] |
Referenced by jscicalc.pobject.Divide.name_array().
1.7.1