Files
bitburner-src/markdown/bitburner.hacknetnodesformulas.hacknetnodecost.md

73 lines
830 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [HacknetNodesFormulas](./bitburner.hacknetnodesformulas.md) &gt; [hacknetNodeCost](./bitburner.hacknetnodesformulas.hacknetnodecost.md)
## HacknetNodesFormulas.hacknetNodeCost() method
Calculate the cost of a hacknet node.
**Signature:**
```typescript
hacknetNodeCost(n: number, mult?: number): number;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
n
</td><td>
number
</td><td>
number of the hacknet node
</td></tr>
<tr><td>
mult
</td><td>
number
</td><td>
_(Optional)_ player cost reduction (defaults to 1)
</td></tr>
</tbody></table>
**Returns:**
number
The calculated cost.