Skip to content

Int64Extensions.ResetBit Method

Definition

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

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

View source

Parameters

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

Returns

Int64

A new long with the specified bit cleared.