Bitmask.Clear

Method in Bitmask

Declaration

public void Clear(int n)

Description

Sets the nth bit of the bitmask to 0.

Parameters

nThe nth bit to clear.