Sets the value of the specified bit to 1. The Least Significant Bit position is 0.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public void setBit(
	uint bitNum
)
Visual Basic
Public Sub setBit ( 
	bitNum As UInteger
)
Visual C++
public:
void setBit(
	unsigned int bitNum
)
F#
member setBit : 
        bitNum : uint32 -> unit 

Parameters

bitNum
Type: System..::..UInt32

See Also