mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
866 B
866 B
Home > bitburner > ReputationFormulas > sharePower
ReputationFormulas.sharePower() method
Calculate the share power if you call ns.share with the specified number of threads on a server having the specified number of CPU cores.
Signature:
sharePower(threads: number, cpuCores?: number): number;
Parameters
| Parameter | Type | Description |
|---|---|---|
| threads | number | Number of threads. Must be a positive integer. |
| cpuCores | number | (Optional) Number of CPU cores. Must be a positive integer. The default value is 1. |
Returns:
number
The calculated share power.