BitClear()

From Microduino Wiki
Revision as of 04:32, 12 August 2016 by Fengfeng (talk) (Created page with "bitClear() *'''Description''' Clear the specified bit of a numeric value(set this bit as 0). *'''Syntax''' <pre style="color:green"> bitClear(x, n) </pre> *'''Parameter'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

bitClear()

  • Description

Clear the specified bit of a numeric value(set this bit as 0).

  • Syntax

bitClear(x, n)
  • Parameter

X:Specify the value of the bit to be cleared. N:Specify the position of the bit to be cleared, starting from 0, which stands for the rightest bit.

  • Return

No

[Return to Arduino Syntax Manual]