Collapse All
C# Mine
ExtentionMethods.SetBit Method (this long, bool, int)
ExtentionMethods Class
ExtentionMethods Members
SetBit Method
Send Feedback
Sets Specific bit in long
Syntax
C#
public
static
long
SetBit
(
this
long
value
,
bool
b
,
int
position
);
Parameters
Parameters
Description
this long 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!