Accuracy is very rarely represented as a float from 0 to 100, such that
a score that is displayed in-game as "95.74%" will be 95.74 here (with more digits)
This is the type used to represent accuracy that respects this very rarely used format!
Remarks
Score.Accuracy1 is the type that represents the more commonly used format
Accuracy is very rarely represented as a float from 0 to 100, such that a score that is displayed in-game as "95.74%" will be
95.74here (with more digits)This is the type used to represent accuracy that respects this very rarely used format!