Constructor
new BitcountNode( method : 'countTrailingZeros' | 'countLeadingZeros' | 'countOneBits', aNode : Node )
Constructs a new math node.
| method |
The method name. |
| aNode |
The first input. |
Properties
.isBitcountNode : boolean (readonly)
This flag can be used for type testing.
Default is true.