OptionalaggregatorTake the working value to the exponent of the aggregators value.
OptionalbigA stringified big.js. Accepts variable expansion syntax.
OptionalExponentPowTask Exponent.
OptionalscalarTake the working value to the exponent of value.
Converts this PowTask to JSON.
JSON object
StaticcreateStaticdecodeDecodes a PowTask message from the specified reader or buffer.
Reader or buffer to decode from
Optionallength: numberMessage length if known beforehand
PowTask
StaticdecodeDecodes a PowTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
PowTask
StaticencodeEncodes the specified PowTask message. Does not implicitly {@apilink oracle_job.OracleJob.PowTask.verify|verify} messages.
PowTask message or plain object to encode
Optionalwriter: WriterWriter to encode to
Writer
StaticencodeEncodes the specified PowTask message, length delimited. Does not implicitly {@apilink oracle_job.OracleJob.PowTask.verify|verify} messages.
PowTask message or plain object to encode
Optionalwriter: WriterWriter to encode to
Writer
StaticfromCreates a PowTask message from a plain object. Also converts values to their respective internal types.
Plain object
PowTask
StaticgetGets the default type url for PowTask
OptionaltypeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
StatictoCreates a plain object from a PowTask message. Also converts values to other types if specified.
PowTask
Optionaloptions: IConversionOptionsConversion options
Plain object
StaticverifyVerifies a PowTask message.
Plain object to verify
null if valid, otherwise the reason why it is not
Round the current running result to an exponential power.
Input: The current running numerical result.
Returns: The input raised to an exponential power.
Example: Raise 2 to the power of 3, 2^3