ArmBase.Arm64.LeadingZeroCount Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
LeadingZeroCount(Int64) |
A64: CLZ Xd, Xn. |
LeadingZeroCount(UInt64) |
A64: CLZ Xd, Xn. |
A64: CLZ Xd, Xn.
public:
static int LeadingZeroCount(long value);
C#
public static int LeadingZeroCount(long value);
static member LeadingZeroCount : int64 -> int
Public Shared Function LeadingZeroCount (value As Long) As Integer
Parameters
- value
- Int64
Returns
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
A64: CLZ Xd, Xn.
public:
static int LeadingZeroCount(System::UInt64 value);
C#
public static int LeadingZeroCount(ulong value);
static member LeadingZeroCount : uint64 -> int
Public Shared Function LeadingZeroCount (value As ULong) As Integer
Parameters
- value
- UInt64
Returns
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: