Home

constant: multiply


  {
    "comment": "/**\r\n * Multiply two numbers.\r\n *\r\n * @since 4.7.0\r\n * @category Math\r\n * @param {number} multiplier The first number in a multiplication.\r\n * @param {number} multiplicand The second number in a multiplication.\r\n * @returns {number} Returns the product.\r\n * @example\r\n *\r\n * multiply(6, 4)\r\n * // => 24\r\n */",
    "meta": {
        "range": [
            387,
            477
        ],
        "filename": "multiply.js",
        "lineno": 16,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\lodash\\lodash-repo",
        "code": {
            "id": "astnode100006397",
            "name": "multiply",
            "type": "CallExpression",
            "value": ""
        }
    },
    "description": "Multiply two numbers.",
    "since": "4.7.0",
    "tags": [
        {
            "originalTitle": "category",
            "title": "category",
            "text": "Math",
            "value": "Math"
        }
    ],
    "params": [
        {
            "type": {
                "names": [
                    "number"
                ]
            },
            "description": "The first number in a multiplication.",
            "name": "multiplier"
        },
        {
            "type": {
                "names": [
                    "number"
                ]
            },
            "description": "The second number in a multiplication.",
            "name": "multiplicand"
        }
    ],
    "returns": [
        {
            "type": {
                "names": [
                    "number"
                ]
            },
            "description": "Returns the product."
        }
    ],
    "examples": [
        "multiply(6, 4)\r// => 24"
    ],
    "name": "multiply",
    "longname": "multiply",
    "kind": "constant",
    "scope": "global",
    "___id": "T000002R000598",
    "___s": true,
    "filepath": "multiply.js"
}