Skip to content

Int32Extensions.SetBit Method

Definition

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

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

View source

Parameters

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

Returns

Int32

A new int with the specified bit set.