C# Mine
ContentsIndexHome
PreviousUpNext
ExtentionMethods.SetBit Method (this uint, bool, int)

Sets Specific bit in uint

Syntax
C#
public static uint SetBit(this uint value, bool b, int position);
Parameters 
Description 
this uint value 
 
bool b 
 
int position 
 
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!