IntPtr.LeadingZeroCount(IntPtr) メソッド
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
値の先頭の 0 の数を計算します。
public:
static IntPtr LeadingZeroCount(IntPtr value) = System::Numerics::IBinaryInteger<IntPtr>::LeadingZeroCount;
C#
public static IntPtr LeadingZeroCount(IntPtr value);
static member LeadingZeroCount : nativeint -> nativeint
Public Shared Function LeadingZeroCount (value As IntPtr) As IntPtr
- value
-
IntPtr
nativeint
先頭の 0 がカウントされる値。
IntPtr
nativeint
の先頭の 0 の value
数。
製品 | バージョン |
---|---|
.NET | 7, 8, 9, 10 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。