BigInteger   Conversion (BigInteger to Double)SSH .NET Client Library Documentation
Defines an explicit conversion of a System.Numerics.BigInteger object to a OnlineDouble value.

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

public static explicit operator double (
	BigInteger value
)

Return Value

An object that contains the value of the value parameter.
See Also