Skip to content

Count

The number of elements equal to value in the collection.

Wolfram LanguageCount
Count(collection, value)the number of elements equal to `value`.

Domain: Collections

Details
  • A value absent from the collection counts as 0.
  • compute-engine's Count only tests exact equality against a fixed value.
  • See Length for the total element count, and IndexOf for a single matching position.

Examples

See also: Length, IndexOf