BigInteger Sign Property SSH .NET Client Library Documentation
Gets a number that indicates the sign (negative, positive, or zero) of the current System.Numerics.BigInteger object.

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

public int Sign { get; }
See Also