

Public Member Functions | |
| Multiply () | |
| 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 = { "×" } |
| jscicalc.pobject.Multiply.Multiply | ( | ) |
Constructor.
Sets a tooltip and shortcut.
References jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.
Referenced by jscicalc.pobject.Multiply.main().
| double jscicalc.pobject.Multiply.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.multiply().
| String [] jscicalc.pobject.Multiply.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.Multiply.fname.
| static void jscicalc.pobject.Multiply.main | ( | String | args[] | ) | [static] |
References jscicalc.pobject.Multiply.Multiply(), and jscicalc.pobject.PObject.name().
final String [] jscicalc.pobject.Multiply.fname = { "×" } [static, private] |
Referenced by jscicalc.pobject.Multiply.name_array().
1.5.5