BitOperations.IsPow2 メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IsPow2(UIntPtr) |
指定した整数値が 2 の累乗であるかどうかを判断します。 |
IsPow2(UInt32) |
指定した値が 2 の累乗であるかどうかを評価します UInt32 。 |
IsPow2(UInt64) |
指定した値が 2 の累乗であるかどうかを評価します UInt64 。 |
IsPow2(Int64) |
指定した値が 2 の累乗であるかどうかを評価します Int64 。 |
IsPow2(Int32) |
指定した値が 2 の累乗であるかどうかを評価します Int32 。 |
IsPow2(IntPtr) |
指定した整数値が 2 の累乗であるかどうかを判断します。 |
IsPow2(UIntPtr)
- ソース:
- BitOperations.cs
- ソース:
- BitOperations.cs
- ソース:
- BitOperations.cs
重要
この API は CLS 準拠ではありません。
指定した整数値が 2 の累乗であるかどうかを判断します。
public:
static bool IsPow2(UIntPtr value);
[System.CLSCompliant(false)]
public static bool IsPow2 (UIntPtr value);
[<System.CLSCompliant(false)>]
static member IsPow2 : unativeint -> bool
Public Shared Function IsPow2 (value As UIntPtr) As Boolean
パラメーター
- value
-
UIntPtr
unativeint
値。
戻り値
true
値が 2 の累乗の場合は 。 false
それ以外の場合は 。
- 属性
適用対象
IsPow2(UInt32)
- ソース:
- BitOperations.cs
- ソース:
- BitOperations.cs
- ソース:
- BitOperations.cs
重要
この API は CLS 準拠ではありません。
指定した値が 2 の累乗であるかどうかを評価します UInt32 。
public:
static bool IsPow2(System::UInt32 value);
[System.CLSCompliant(false)]
public static bool IsPow2 (uint value);
[<System.CLSCompliant(false)>]
static member IsPow2 : uint32 -> bool
Public Shared Function IsPow2 (value As UInteger) As Boolean
パラメーター
- value
- UInt32
2 の累乗として評価される値。
戻り値
true
指定した値が 2 の累乗の場合は 。 false
それ以外の場合は 。
- 属性
適用対象
IsPow2(UInt64)
- ソース:
- BitOperations.cs
- ソース:
- BitOperations.cs
- ソース:
- BitOperations.cs
重要
この API は CLS 準拠ではありません。
指定した値が 2 の累乗であるかどうかを評価します UInt64 。
public:
static bool IsPow2(System::UInt64 value);
[System.CLSCompliant(false)]
public static bool IsPow2 (ulong value);
[<System.CLSCompliant(false)>]
static member IsPow2 : uint64 -> bool
Public Shared Function IsPow2 (value As ULong) As Boolean
パラメーター
- value
- UInt64
2 の累乗として評価される値。
戻り値
true
指定した値が 2 の累乗の場合は 。 false
それ以外の場合は 。
- 属性
適用対象
IsPow2(Int64)
- ソース:
- BitOperations.cs
- ソース:
- BitOperations.cs
- ソース:
- BitOperations.cs
指定した値が 2 の累乗であるかどうかを評価します Int64 。
public:
static bool IsPow2(long value);
public static bool IsPow2 (long value);
static member IsPow2 : int64 -> bool
Public Shared Function IsPow2 (value As Long) As Boolean
パラメーター
- value
- Int64
2 の累乗として評価される値。
戻り値
true
指定した値が 2 の累乗の場合は 。 false
それ以外の場合は 。
適用対象
IsPow2(Int32)
- ソース:
- BitOperations.cs
- ソース:
- BitOperations.cs
- ソース:
- BitOperations.cs
指定した値が 2 の累乗であるかどうかを評価します Int32 。
public:
static bool IsPow2(int value);
public static bool IsPow2 (int value);
static member IsPow2 : int -> bool
Public Shared Function IsPow2 (value As Integer) As Boolean
パラメーター
- value
- Int32
2 の累乗として評価される値。
戻り値
true
指定した値が 2 の累乗の場合は 。 false
それ以外の場合は 。
適用対象
IsPow2(IntPtr)
- ソース:
- BitOperations.cs
- ソース:
- BitOperations.cs
- ソース:
- BitOperations.cs
指定した整数値が 2 の累乗であるかどうかを判断します。
public:
static bool IsPow2(IntPtr value);
public static bool IsPow2 (IntPtr value);
static member IsPow2 : nativeint -> bool
Public Shared Function IsPow2 (value As IntPtr) As Boolean
パラメーター
- value
-
IntPtr
nativeint
値。
戻り値
true
値が 2 の累乗の場合は 。 false
それ以外の場合は 。
適用対象
.NET