BigInteger Abs Method SSH .NET Client Library Documentation
Gets the absolute value of a 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 static BigInteger Abs(
	BigInteger value
)

Return Value

The absolute value of value.
See Also