_Count(Float, Array)

Counts the number of occurrences of a float value in an array.

Syntax

_Count(valueToCount,valueList)

Parameters

Parameter Definition Data type

valueToCount

Value to count

Float

valueList

Array of values to search

Array of Float values

Returns

The number of occurrences of a given float value in an array.