numeric →
multiply(
    value: numeric
) → numeric

Returns the argument number multiplied by the parameter value.

Parameters

Name Type Required Description
value numeric Yes The value to be multiplied by the argument value.

Examples

10 | multiply(5)  50

Kind: Function
Scope: numeric/arithmetic
Aliases: numeric-to-multiply


This site uses Just the Docs, a documentation theme for Jekyll.