Skip to content

ListValue.mean method

ListValue › mean

Unofficial

Returns the mean of the list's numeric elements.

Signature:

mean(): Value

Returns: ValueA NumberValue, or NullValue when there are no numbers.