Constructs a new MultiplyTask.
Optional
properties: IMultiplyTaskProperties to set
Optional
MultipleMultiplyTask Multiple.
Optional
aggregatorSpecifies an aggregator to multiply by.
Optional
bigA stringified big.js. Accepts variable expansion syntax.
Optional
jobA job whose result is computed before multiplying our numerical input by that result.
Optional
scalarSpecifies a scalar to multiply by.
Static
createCreates a new MultiplyTask instance using the specified properties.
Optional
properties: IMultiplyTaskProperties to set
MultiplyTask instance
Static
decodeDecodes a MultiplyTask message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage length if known beforehand
MultiplyTask
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a MultiplyTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
MultiplyTask
If the payload is not a reader or valid buffer
If required fields are missing
Static
encodeEncodes the specified MultiplyTask message. Does not implicitly verify messages.
MultiplyTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
encodeEncodes the specified MultiplyTask message, length delimited. Does not implicitly verify messages.
MultiplyTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
fromCreates a MultiplyTask message from a plain object. Also converts values to their respective internal types.
Plain object
MultiplyTask
Static
getStatic
toCreates a plain object from a MultiplyTask message. Also converts values to other types if specified.
MultiplyTask
Optional
options: IConversionOptionsConversion options
Plain object
Static
verify
This task will multiply a numerical input by a scalar value from a job of subtasks, an aggregator, or a big.
Input: The current running numerical result output from a scalar value, an aggregator, a job of subtasks or a big.
Returns: A numerical result.
Example: Returns the numerical result by multiplying by a job of subtasks.
Example: Returns the numerical result by multiplying by an aggregator.
Example: Returns the numerical result by multiplying by a big.