Collapse All
C# Mine
ExtentionMethods.SetBit Method (this uint, bool, int)
ExtentionMethods Class
ExtentionMethods Members
SetBit Method
Send Feedback
Sets Specific bit in uint
Syntax
C#
public
static
uint
SetBit
(
this
uint
value
,
bool
b
,
int
position
);
Parameters
Parameters
Description
this uint value
bool b
int position
Group
SetBit Method
Links
ExtentionMethods Class
,
ExtentionMethods Members
,
SetBit Method
Copyright (c) 2023. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!