Constructs a new DivideTask.
Optional
properties: IDivideTaskProperties to set
Optional
DenominatorDivideTask Denominator.
Optional
aggregatorSpecifies another aggregator resut to divide by.
Optional
bigA stringified big.js. Accepts variable expansion syntax.
Optional
jobA job whose result is computed before dividing our numerical input by that result.
Optional
scalarSpecifies a basic scalar denominator to divide by.
Static
createCreates a new DivideTask instance using the specified properties.
Optional
properties: IDivideTaskProperties to set
DivideTask instance
Static
decodeDecodes a DivideTask message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage length if known beforehand
DivideTask
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a DivideTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
DivideTask
If the payload is not a reader or valid buffer
If required fields are missing
Static
encodeEncodes the specified DivideTask message. Does not implicitly verify messages.
DivideTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
encodeEncodes the specified DivideTask message, length delimited. Does not implicitly verify messages.
DivideTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
fromCreates a DivideTask message from a plain object. Also converts values to their respective internal types.
Plain object
DivideTask
Static
getStatic
toCreates a plain object from a DivideTask message. Also converts values to other types if specified.
DivideTask
Optional
options: IConversionOptionsConversion options
Plain object
Static
verify
This task will divide 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 dividing by a job of subtasks.
Example: Returns the numerical result by dividing by an aggregator.
Example: Returns the numerical result by dividing by a big.