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

Gets Specific bit in uint

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