Percentage value represented as a decimal (0.0 to 1.0).
const halfHealth: Percentage = 0.5;const fullAccuracy: Percentage = 1.0; Copy
const halfHealth: Percentage = 0.5;const fullAccuracy: Percentage = 1.0;
Percentage value represented as a decimal (0.0 to 1.0).