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