SByte.LeadingZeroCount(SByte) Method   
Definition
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.
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.