Defines an explicit conversion of a
Single object to a System.Numerics.BigInteger value.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static explicit operator BigInteger ( float value )
Parameters
- value
- Type:
System Single
The value to convert to a System.Numerics.BigInteger.
Return Value
An object that contains the value of the value parameter.See Also