Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

$ZBITCOUNT (legacy function)

Bitstring function – COUNT.

Synopsis

$ZBITCOUNT(bitstring)

Description

This page describes the legacy function $ZBITCOUNT. It is described here for compatibility with legacy applications.

$ZBITCOUNT returns the number of ON bits (1' s) in bitstring.

Example

If bitstring = [0,0,1,1,0], then the result of $ZBITCOUNT would be 2.

See Also

FeedbackOpens in a new tab