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

Sets Specific bit in long

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