Skip to content

Int32Extensions.ResetBit Method

Definition

Returns a new int with the bit at the specified index cleared.

public static int ResetBit(this int value, int index);

View source

Parameters

Name Type Description
value Int32
index Int32 The zero-based bit index to reset.

Returns

Int32

A new int with the specified bit cleared.