Constructs a new RoundTask.
Optional
properties: IRoundTaskProperties to set
The number of decimals to round to.
The rounding method to use.
Converts this RoundTask to JSON.
JSON object
Static
createCreates a new RoundTask instance using the specified properties.
Optional
properties: IRoundTaskProperties to set
RoundTask instance
Static
decodeStatic
decodeStatic
encodeEncodes the specified RoundTask message. Does not implicitly verify messages.
RoundTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
encodeEncodes the specified RoundTask message, length delimited. Does not implicitly verify messages.
RoundTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
fromStatic
getGets the default type url for RoundTask
Optional
typeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
Static
toStatic
verifyVerifies a RoundTask message.
Plain object to verify
null
if valid, otherwise the reason why it is not
Round the current running result to a set number of decimal places.
Input: The current running numerical result.
Returns: The running result rounded to a set number of decimal places.
Example: Round down the running resul to 8 decimal places