영어로 읽기 편집

다음을 통해 공유


SByte.IsPow2(SByte) Method

Definition

Determines if a value is a power of two.

public static bool IsPow2(sbyte value);

Parameters

value
SByte

The value to be checked.

Returns

true if value is a power of two; otherwise, false.

Implements

Applies to