E9002 Array Errors

array-non-numeric

operation requires numeric array

When this occurs

Numeric operations on non-numeric array

Example error message

error[E9002]: operation requires numeric array

How to fix

This operation requires an array of numbers (integers or floats).

Related errors

No related errors.