BigInteger IsPowerOfTwo Property SSH .NET Client Library Documentation
Indicates whether the value of the current System.Numerics.BigInteger object is a power of two.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public bool IsPowerOfTwo { get; }

Field Value

true if the value of the System.Numerics.BigInteger object is a power of two; otherwise, false.
See Also