SByte.LeadingZeroCount(SByte) Method

Definition

Computes the number of leading zeros in a value.

public:
 static System::SByte LeadingZeroCount(System::SByte value) = System::Numerics::IBinaryInteger<System::SByte>::LeadingZeroCount;
public static sbyte LeadingZeroCount (sbyte value);
static member LeadingZeroCount : sbyte -> sbyte
Public Shared Function LeadingZeroCount (value As SByte) As SByte

Parameters

value
SByte

The value whose leading zeroes are to be counted.

Returns

The number of leading zeros in value.

Implements

Applies to