Constructor (Default value provided by long).

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public BigInteger(
	long value
)
Visual Basic
Public Sub New ( 
	value As Long
)
Visual C++
public:
BigInteger(
	long long value
)
F#
new : 
        value : int64 -> BigInteger

Parameters

value
Type: System..::..Int64
Value

See Also