Description Objects from the Class Slots Extends Methods See Also Examples
A class for rules multiplying two elements of a numeric sequence.
Objects of this class inherit from class DoubleRule
.
Objects can be created by calls of the form new("MultDoubleRule", ...)
.
firstRule
:Object of class "SingleRule"
- SingleRule
to be executed on the first element of numeric sequence (before the DoubleRule
).This doesn't need to be specyfied.
secondRule
:Object of class "SingleRule"
- SingleRule
to be executed on the second element of numeric sequence (before the DoubleRule
).This doesn't need to be specyfied.
nextSingle
:Object of class "SingleRule"
- SingleRule
to be executed on the result of DoubleRule
. This doesn't need to be specyfied.
.S3Class
:Object of class "character"
- S3 methods apply for these objects
Class "DoubleRule"
, directly.
signature(x = "MultDoubleRule", y = "numeric", z = "numeric")
: ...
calculate
,
DoubleRule
,
SingleRule
,
createSR
,
createDR
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.