Big Integer.Is Power Of Two Property
Gets whether the number is a power of two..
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the number is a power of two; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public bool IsPowerOfTwo { get; }
Return Value
Booleantrue if the number is a power of two; otherwise false.