共用方式為


IBinaryInteger<TSelf>.LeadingZeroCount(TSelf) 方法

定義

計算值中前置零位的數目。

public:
 static override TSelf LeadingZeroCount(TSelf value);
public static virtual TSelf LeadingZeroCount (TSelf value);
static member LeadingZeroCount : 'Self -> 'Self
Public Shared Overrides Function LeadingZeroCount (value As TSelf) As TSelf

參數

value
TSelf

要計算其前置零位的值。

傳回

TSelf

中的 value前置零位數目。

適用於