Constructs a new MultiplyTask.
Optional
properties: IMultiplyTaskProperties to set
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
MultipleMultiplyTask Multiple.
Optional
scalarSpecifies a scalar to multiply by.
Converts this MultiplyTask to JSON.
JSON object
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
Static
decodeDecodes a MultiplyTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
MultiplyTask
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
getGets the default type url for MultiplyTask
Optional
typeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
Static
toCreates a plain object from a MultiplyTask message. Also converts values to other types if specified.
MultiplyTask
Optional
options: IConversionOptionsConversion options
Plain object
Static
verifyVerifies a MultiplyTask message.
Plain object to verify
null
if valid, otherwise the reason why it is not
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.