ArmBase.Arm64.LeadingZeroCount Method

Definition

Overloads

LeadingZeroCount(Int64)

A64: CLZ Xd, Xn.

LeadingZeroCount(UInt64)

A64: CLZ Xd, Xn.

LeadingZeroCount(Int64)

Source:
ArmBase.PlatformNotSupported.cs
Source:
ArmBase.PlatformNotSupported.cs
Source:
ArmBase.PlatformNotSupported.cs

A64: CLZ Xd, Xn.

C#
public static int LeadingZeroCount(long value);

Parameters

value
Int64

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

LeadingZeroCount(UInt64)

Source:
ArmBase.PlatformNotSupported.cs
Source:
ArmBase.PlatformNotSupported.cs
Source:
ArmBase.PlatformNotSupported.cs

A64: CLZ Xd, Xn.

C#
public static int LeadingZeroCount(ulong value);

Parameters

value
UInt64

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10